Searched refs:HCI_OP_LE_SET_SCAN_ENABLE (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_request.c | 349 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable() 627 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan()
|
H A D | hci_event.c | 1844 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable() 4145 HCI_CC_STATUS(HCI_OP_LE_SET_SCAN_ENABLE, hci_cc_le_set_scan_enable),
|
H A D | hci_sync.c | 2016 return __hci_cmd_sync_status(hdev, HCI_OP_LE_SET_SCAN_ENABLE, in hci_le_set_scan_enable_sync()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_request.c | 728 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in hci_req_add_le_scan_disable() 1016 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(enable_cp), in hci_req_start_scan() 3032 hci_req_add(req, HCI_OP_LE_SET_SCAN_ENABLE, sizeof(cp), &cp); in le_scan_restart()
|
H A D | hci_event.c | 1422 cp = hci_sent_cmd_data(hdev, HCI_OP_LE_SET_SCAN_ENABLE); in hci_cc_le_set_scan_enable() 3489 case HCI_OP_LE_SET_SCAN_ENABLE: in hci_cmd_complete_evt()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1499 #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c macro
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1714 #define HCI_OP_LE_SET_SCAN_ENABLE 0x200c macro
|
Completed in 40 milliseconds