Searched refs:HCI_LE_SCAN (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_request.c | 432 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 453 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in __hci_update_background_scan() 1120 if (hci_dev_test_flag(req->hdev, HCI_LE_SCAN)) in hci_req_config_le_suspend_scan() 1239 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in hci_req_prepare_suspend() 2830 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_disable_work() 2886 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in le_scan_restart() 2984 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) in active_scan() 3098 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery() 3106 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_req_stop_discovery()
|
| H A D | hci_conn.c | 1082 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in hci_connect_le() 1112 if (hci_dev_test_flag(hdev, HCI_LE_SCAN)) { in hci_connect_le()
|
| H A D | hci_event.c | 77 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_cc_inquiry_cancel() 1358 hci_dev_set_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 1383 hci_dev_clear_flag(hdev, HCI_LE_SCAN); in le_set_scan_enable_complete() 2504 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt() 2522 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN) || in hci_inquiry_complete_evt()
|
| H A D | mgmt.c | 5197 (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_advertising() 5356 if (hci_dev_test_flag(hdev, HCI_LE_SCAN) && in set_scan_params() 8718 if (!hci_dev_test_flag(hdev, HCI_LE_SCAN)) in restart_le_scan()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.h | 342 HCI_LE_SCAN, enumerator
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 302 HCI_LE_SCAN, enumerator
|
| H A D | hci_core.h | 734 hci_dev_clear_flag(hdev, HCI_LE_SCAN); \
|