Searched refs:HCI_OP_WRITE_SCAN_ENABLE (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 1172 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_req_set_event_filter() 1294 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &page_scan); in hci_req_prepare_suspend() 2616 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in __hci_req_update_scan()
|
H A D | hci_event.c | 373 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable() 3321 case HCI_OP_WRITE_SCAN_ENABLE: in hci_cmd_complete_evt()
|
H A D | hci_core.c | 1004 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
|
H A D | mgmt.c | 1177 hci_req_add(&req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in clean_up_hci_state()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1042 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1180 #define HCI_OP_WRITE_SCAN_ENABLE 0x0c1a macro
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_core.c | 73 hci_req_add(req, HCI_OP_WRITE_SCAN_ENABLE, 1, &scan); in hci_scan_req()
|
H A D | hci_event.c | 457 sent = hci_sent_cmd_data(hdev, HCI_OP_WRITE_SCAN_ENABLE); in hci_cc_write_scan_enable() 4066 HCI_CC_STATUS(HCI_OP_WRITE_SCAN_ENABLE, hci_cc_write_scan_enable),
|
H A D | hci_sync.c | 3149 return __hci_cmd_sync_status(hdev, HCI_OP_WRITE_SCAN_ENABLE, in hci_write_scan_enable_sync()
|
Completed in 71 milliseconds