Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bluetooth/hci_prop_evt/src/
Dmain.c182 { BT_HCI_OP_READ_LOCAL_VERSION_INFO,
/Zephyr-latest/tests/bluetooth/host_long_adv_recv/src/
Dmain.c211 { BT_HCI_OP_READ_LOCAL_VERSION_INFO, sizeof(struct bt_hci_rp_read_local_version_info),
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h838 #define BT_HCI_OP_READ_LOCAL_VERSION_INFO BT_OP(BT_OGF_INFO, 0x0001) /* 0x1001 */ macro
/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c3287 err = bt_hci_cmd_send_sync(BT_HCI_OP_READ_LOCAL_VERSION_INFO, NULL, in common_init()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1310 case BT_OCF(BT_HCI_OP_READ_LOCAL_VERSION_INFO): in info_cmd_handle()