Searched refs:HCI_OP_LE_SET_SCAN_ENABLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/bluetooth/ |
D | hci_request.c | 676 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable() 951 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan() 2901 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in le_scan_restart()
|
D | hci_event.c | 1420 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable() 3480 case HCI_OP_LE_SET_SCAN_ENABLE: in hci_cmd_complete_evt()
|
/Linux-v5.10/include/net/bluetooth/ |
D | hci.h | 1491 #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c macro
|