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.c1829 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable()
1946 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete()
1970 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync()
2007 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp()
2706 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache()
2911 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys()
4309 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech()
4648 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func()
6390 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising()
6836 changed = !hci_dev_test_and_set_flag(hdev, in set_secure_conn()
[all …]
H A Dhci_core.c632 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
639 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state()
4066 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
H A Dhci_sock.c1301 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
H A Dhci_sync.c4791 if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) in hci_init_sync()
/linux/include/net/bluetooth/
H A Dhci_core.h813 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) macro