Searched refs:hci_dev_test_and_set_flag (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/net/bluetooth/ |
D | mgmt.c | 1797 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1915 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete() 1945 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync() 1982 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp() 2073 changed = !hci_dev_test_and_set_flag(hdev, HCI_HS_ENABLED); in set_hs() 2677 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache() 2885 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 4258 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech() 4651 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func() 4710 changed = !hci_dev_test_and_set_flag(hdev, in set_rpa_resolution_func() [all …]
|
D | hci_core.c | 703 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 710 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
|
D | hci_sock.c | 1211 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
|
D | hci_conn.c | 2046 if (hci_dev_test_and_set_flag(hdev, HCI_PA_SYNC)) in hci_pa_create_sync()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci_core.h | 822 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro
|