Searched refs:HCI_OP_LE_SET_SCAN_ENABLE (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 664 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable() 854 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan() 2388 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in le_scan_restart()
|
D | hci_event.c | 1308 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable() 3250 case HCI_OP_LE_SET_SCAN_ENABLE: in hci_cmd_complete_evt()
|
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 1383 #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c macro
|