Searched refs:HCI_OP_WRITE_SCAN_ENABLE (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/net/bluetooth/ |
| D | hci_request.c | 1202 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter() 1205 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter() 1353 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, in hci_req_prepare_suspend() 2669 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
|
| D | hci_event.c | 373 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable() 3406 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
|
| D | hci_core.c | 1011 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
|
| D | mgmt.c | 1182 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()
|
| /Linux-v5.15/include/net/bluetooth/ |
| D | hci.h | 1044 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
|