Searched refs:hci_dev_test_and_set_flag (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| A D | mgmt.c | 1002 if (hci_dev_test_and_set_flag(hdev, HCI_MGMT)) in mgmt_init_hdev() 1644 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1767 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp() 1859 changed = !hci_dev_test_and_set_flag(hdev, HCI_HS_ENABLED); in set_hs() 2167 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache() 3702 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech() 5659 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising() 6150 changed = !hci_dev_test_and_set_flag(hdev, in set_secure_conn() 6227 use_changed = !hci_dev_test_and_set_flag(hdev, in set_debug_keys() 6281 changed = !hci_dev_test_and_set_flag(hdev, HCI_PRIVACY); in set_privacy() [all …]
|
| A D | hci_sock.c | 1209 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
|
| A D | hci_core.c | 1860 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_scan_state() 1867 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_scan_state()
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 771 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro
|
Completed in 35 milliseconds