Searched refs:HCI_OP_INQUIRY (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 610 #define HCI_OP_INQUIRY 0x0401 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 714 #define HCI_OP_INQUIRY 0x0401 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 1837 if (hci_sent_cmd_data(hdev, HCI_OP_INQUIRY)) in hci_cs_inquiry() 3630 case HCI_OP_INQUIRY: in hci_cmd_status_evt()
|
H A D | hci_request.c | 2938 hci_req_add(req, HCI_OP_INQUIRY, sizeof(cp), &cp); in bredr_inquiry()
|
H A D | hci_core.c | 1298 hci_req_add(req, HCI_OP_INQUIRY, sizeof(cp), &cp); in hci_inq_req()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 367 hci_req_add(req, HCI_OP_INQUIRY, sizeof(cp), &cp); in hci_inq_req()
|
H A D | hci_event.c | 2320 if (hci_sent_cmd_data(hdev, HCI_OP_INQUIRY)) in hci_cs_inquiry() 4332 HCI_CS(HCI_OP_INQUIRY, hci_cs_inquiry),
|
H A D | hci_sync.c | 5672 return __hci_cmd_sync_status(hdev, HCI_OP_INQUIRY, in hci_inquiry_sync()
|
Completed in 52 milliseconds