Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_core.c1597 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open()
1677 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_do_close()
1698 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close()
1780 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close()
1891 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state()
1899 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state()
2162 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on()
2195 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on()
2210 } 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()
2335 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys()
4345 changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING); in set_advertising()
4837 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn()
4903 changed = hci_dev_test_and_clear_flag(hdev, in set_debug_keys()
[all …]
Dhci_request.c1486 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_get_random_address()
1904 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
Dhci_event.c1325 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h580 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro