Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c151 struct bt_hci_rp_read_supported_commands *rp; in read_supported_commands()
186 sizeof(struct bt_hci_rp_read_supported_commands),
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c179 struct bt_hci_rp_read_supported_commands *rp; in read_supported_commands()
213 { BT_HCI_OP_READ_SUPPORTED_COMMANDS, sizeof(struct bt_hci_rp_read_supported_commands),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h849 struct bt_hci_rp_read_supported_commands { struct
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3208 struct bt_hci_rp_read_supported_commands *rp = (void *)buf->data; in read_supported_commands_complete()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c791 struct bt_hci_rp_read_supported_commands *rp; in read_supported_commands()