Searched refs:HCI_OP_WRITE_SCAN_ENABLE (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/net/bluetooth/ |
D | hci.h | 966 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
|
/Linux-v4.19/net/bluetooth/ |
D | hci_request.c | 1977 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() 3102 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
|
D | hci_core.c | 964 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()
|