Home
last modified time | relevance | path

Searched refs:HCI_OP_LE_SET_SCAN_ENABLE (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/bluetooth/
Dhci_request.c150 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable()
301 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_add_le_passive_scan()
Dhci_event.c1175 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable()
2979 case HCI_OP_LE_SET_SCAN_ENABLE: in hci_cmd_complete_evt()
Dhci_core.c2970 hci_req_add(&req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in le_scan_restart_work()
Dmgmt.c4125 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in trigger_le_scan()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1322 #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c macro