Home
last modified time | relevance | path

Searched refs:read_supported_commands (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_tmap.c14 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,
Dbtp_hap.c21 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/
Dmain.c148 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/
Dmain.c176 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/
Dhci.c789 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()