Searched refs:hci_dev_test_and_set_flag (Results 1 – 5 of 5) sorted by relevance
/linux/net/bluetooth/ |
H A D | mgmt.c | 1827 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1944 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete() 1968 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync() 2005 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp() 2726 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache() 2931 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 4334 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech() 4673 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func() 6360 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising() 6807 changed = !hci_dev_test_and_set_flag(hdev, in set_secure_conn() [all …]
|
H A D | hci_core.c | 650 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 657 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 4121 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
|
H A D | hci_sock.c | 1308 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
|
H A D | hci_sync.c | 4888 if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) in hci_init_sync() 7023 if (hci_dev_test_and_set_flag(hdev, HCI_PA_SYNC)) in hci_le_pa_create_sync()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 836 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro
|