Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | mgmt.c | 954 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off() 1640 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable() 1764 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 1767 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 1861 changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED); in set_hs() 2302 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) { in set_dev_class() 2389 changed = hci_dev_test_and_clear_flag(hdev, in load_link_keys() 3699 changed = hci_dev_test_and_clear_flag(hdev, in set_wideband_speech() 5209 changed = hci_dev_test_and_clear_flag(hdev, HCI_ADVERTISING); in set_advertising() 5701 changed = hci_dev_test_and_clear_flag(hdev, in set_secure_conn() [all …]
|
| H A D | hci_core.c | 1673 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1753 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_do_close() 1774 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1861 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 1972 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 1980 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 2243 hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in hci_power_on() 2276 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 2291 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
|
| H A D | hci_request.c | 1913 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_get_random_address() 2374 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
|
| H A D | hci_event.c | 1392 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in le_set_scan_enable_complete()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci_core.h | 729 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro
|