Searched refs:HCI_OP_INQUIRY_CANCEL (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 617 #define HCI_OP_INQUIRY_CANCEL 0x0402 macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 721 #define HCI_OP_INQUIRY_CANCEL 0x0402 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 3217 hci_req_add(req, HCI_OP_INQUIRY_CANCEL, 0, NULL); in hci_req_stop_discovery()
|
H A D | hci_event.c | 3257 case HCI_OP_INQUIRY_CANCEL: in hci_cmd_complete_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 202 hci_send_cmd(hdev, HCI_OP_INQUIRY_CANCEL, 0, NULL); in hci_acl_create_connection()
|
H A D | hci_sync.c | 5195 err = __hci_cmd_sync_status(hdev, HCI_OP_INQUIRY_CANCEL, in hci_stop_discovery_sync()
|
H A D | hci_event.c | 4041 HCI_CC_STATUS(HCI_OP_INQUIRY_CANCEL, hci_cc_inquiry_cancel),
|
Completed in 44 milliseconds