Home
last modified time | relevance | path

Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/bluetooth/
Dhci_core.c1556 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
1636 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_do_close()
1657 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close()
1739 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
1850 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state()
1858 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state()
2121 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2154 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on()
2169 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
Dmgmt.c910 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off()
1590 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable()
1714 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp()
1717 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp()
1807 changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED); in set_hs()
2248 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) { in set_dev_class()
2336 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys()
4350 changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING); in set_advertising()
4842 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn()
4908 changed = hci_dev_test_and_clear_flag(hdev, in set_debug_keys()
[all …]
Dhci_request.c1466 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_get_random_address()
1859 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
Dhci_event.c1280 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h561 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro