Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/net/bluetooth/ |
D | mgmt.c | 951 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off() 1637 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable() 1761 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 1764 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 1858 changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED); in set_hs() 2299 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) { in set_dev_class() 2386 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys() 3696 changed = hci_dev_test_and_clear_flag(hdev, in set_wideband_speech() 5204 changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING); in set_advertising() 5696 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn() [all …]
|
D | hci_core.c | 1660 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1740 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_do_close() 1761 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1848 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 1959 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 1967 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 2230 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2263 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 2278 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
|
D | hci_request.c | 1903 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_get_random_address() 2364 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
|
D | hci_event.c | 1392 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
|
/Linux-v5.10/include/net/bluetooth/ |
D | hci_core.h | 710 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro
|