Searched refs:read_supported_commands (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/bluetooth/tester/src/audio/ |
D | btp_tmap.c | 14 static uint8_t read_supported_commands(const void *cmd, uint16_t cmd_len, void *rsp, in read_supported_commands() function 73 .func = read_supported_commands,
|
D | btp_hap.c | 21 static uint8_t read_supported_commands(const void *cmd, uint16_t cmd_len, void *rsp, in read_supported_commands() function 232 .func = read_supported_commands,
|
/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 148 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, in read_supported_commands() function 187 read_supported_commands },
|
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 176 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_supported_commands() function 214 read_supported_commands },
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 789 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt) in read_supported_commands() function 1315 read_supported_commands(cmd, evt); in info_cmd_handle()
|