Searched refs:HCI_OP_WRITE_SCAN_ENABLE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/net/bluetooth/ |
| D | hci.h | 979 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
|
| /Linux-v5.4/net/bluetooth/ |
| D | hci_request.c | 2022 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
|
| D | hci_event.c | 355 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable() 3205 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
|
| D | hci_core.c | 965 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
|
| D | mgmt.c | 1133 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()
|