Searched refs:hci_dev_test_and_clear_flag (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 1319 if (!hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in service_cache_off() 1674 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) { in set_powered() 1841 changed = hci_dev_test_and_clear_flag(hdev, HCI_DISCOVERABLE); in set_discoverable_complete() 2093 conn_changed = hci_dev_test_and_clear_flag(hdev, in set_connectable_complete() 2095 discov_changed = hci_dev_test_and_clear_flag(hdev, in set_connectable_complete() 2260 changed = hci_dev_test_and_clear_flag(hdev, HCI_BONDABLE); in set_bondable() 2373 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 2376 changed = hci_dev_test_and_clear_flag(hdev, in set_ssp() 2466 changed = hci_dev_test_and_clear_flag(hdev, HCI_HS_ENABLED); in set_hs() 2897 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) { in set_dev_class() [all …]
|
D | hci_core.c | 1595 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_open() 1674 if (hci_dev_test_and_clear_flag(hdev, HCI_SERVICE_CACHE)) in hci_dev_do_close() 1697 auto_off = hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF); in hci_dev_do_close() 1777 if (hci_dev_test_and_clear_flag(hdev, HCI_AUTO_OFF)) in hci_dev_close() 1888 conn_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 1896 discov_changed = hci_dev_test_and_clear_flag(hdev, in hci_update_scan_state() 2177 if (hci_dev_test_and_clear_flag(hdev, HCI_SETUP)) { in hci_power_on() 2192 } else if (hci_dev_test_and_clear_flag(hdev, HCI_CONFIG)) { in hci_power_on()
|
D | hci_request.c | 352 if (!hci_dev_test_and_clear_flag(hdev, HCI_RPA_EXPIRED) && in hci_update_random_address()
|
D | hci_event.c | 1182 if (hci_dev_test_and_clear_flag(hdev, HCI_LE_SCAN_INTERRUPTED)) in hci_cc_le_set_scan_enable()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci_core.h | 535 #define hci_dev_test_and_clear_flag(hdev, nr) test_and_clear_bit((nr), (hdev)->dev_flags) macro
|