Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c185 { BT_HCI_OP_READ_SUPPORTED_COMMANDS,
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c213 { BT_HCI_OP_READ_SUPPORTED_COMMANDS, sizeof(struct bt_hci_rp_read_supported_commands),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h848 #define BT_HCI_OP_READ_SUPPORTED_COMMANDS BT_OP(BT_OGF_INFO, 0x0002) /* 0x1002 */ macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3296 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_SUPPORTED_COMMANDS, NULL, in common_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1314 case BT_OCF(BT_HCI_OP_READ_SUPPORTED_COMMANDS): in info_cmd_handle()