Home
last modified time | relevance | path

Searched refs:BT_HCI_OP_INQUIRY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c898 buf = bt_hci_cmd_create(BT_HCI_OP_INQUIRY, sizeof(*cp)); in br_start_inquiry()
913 return bt_hci_cmd_send_sync(BT_HCI_OP_INQUIRY, buf, NULL); in br_start_inquiry()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h375 #define BT_HCI_OP_INQUIRY BT_OP(BT_OGF_LINK_CTRL, 0x0001) /* 0x0401 */ macro