Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | mgmt.c | 997 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off() 1799 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable() 1903 if (enable && hci_dev_test_and_clear_flag(hdev, in set_ssp_complete() 1917 changed = hci_dev_test_and_clear_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete() 1920 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp_complete() 1985 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 1988 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 2081 changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED); in set_hs() 2769 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) { in set_class_sync() 2887 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys() [all …]
|
D | hci_core.c | 520 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 576 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 706 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state() 714 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_passive_scan_state() 977 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 1008 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 1023 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
|
D | hci_sync.c | 4748 hci_dev_test_and_clear_flag(hdev, HCI_USER_CHANNEL); in hci_dev_shutdown() 4801 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_close_sync() 4822 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_close_sync() 4904 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on_sync() 4929 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on_sync() 4944 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on_sync()
|
D | hci_event.c | 1789 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci_core.h | 823 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro
|