Searched refs:hci_dev_test_and_set_flag (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 1857 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1977 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete() 2013 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync() 2050 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp() 2842 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache() 3047 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 4514 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech() 4851 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func() 6654 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising() 7101 changed = !hci_dev_test_and_set_flag(hdev, in set_secure_conn() [all …]
|
| H A D | hci_core.c | 614 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 621 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 4106 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
|
| H A D | hci_sync.c | 5197 if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) in hci_init_sync() 7618 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 | 856 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro
|