Home
last modified time | relevance | path

Searched refs:hci_dev_test_and_set_flag (Results 1 – 5 of 5) sorted by relevance

/linux/net/bluetooth/
H A Dmgmt.c1854 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable()
1974 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete()
2010 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync()
2047 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp()
2813 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache()
3018 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys()
4433 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech()
4770 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func()
6567 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising()
7014 changed = !hci_dev_test_and_set_flag(hdev, in set_secure_conn()
[all …]
H A Dhci_core.c651 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
658 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
4130 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
H A Dhci_sock.c1308 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
H A Dhci_sync.c4962 if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) in hci_init_sync()
7132 if (hci_dev_test_and_set_flag(hdev, HCI_PA_SYNC)) in hci_le_pa_create_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h841 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro