Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_request.c1101 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter()
1223 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &page_scan); in hci_req_prepare_suspend()
2485 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
Dhci_event.c371 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable()
3312 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
Dhci_core.c1004 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
Dmgmt.c1174 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()
/Linux-v5.10/include/net/bluetooth/
Dhci.h1034 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro