Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dhci.h966 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
/Linux-v4.19/net/bluetooth/
Dhci_request.c1977 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
Dhci_event.c355 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable()
3102 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
Dhci_core.c964 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
Dmgmt.c1133 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()