Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_READ_REMOTE_VERSION_INFO (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dhci_core.c1065 buf = bt_hci_cmd_create(BT_HCI_OP_READ_REMOTE_VERSION_INFO, in bt_hci_read_remote_version()
1074 return bt_hci_cmd_send_sync(BT_HCI_OP_READ_REMOTE_VERSION_INFO, buf, in bt_hci_read_remote_version()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h513 #define BT_HCI_OP_READ_REMOTE_VERSION_INFO BT_OP(BT_OGF_LINK_CTRL, 0x001d) /* 0x041d */ macro
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c404 case BT_OCF(BT_HCI_OP_READ_REMOTE_VERSION_INFO): in link_control_cmd_handle()