Searched refs:hci_dev_test_and_set_flag (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/bluetooth/ |
H A D | mgmt.c | 1822 changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE); in set_bondable() 1939 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_complete() 1963 changed = !hci_dev_test_and_set_flag(hdev, HCI_SSP_ENABLED); in set_ssp_sync() 2000 changed = !hci_dev_test_and_set_flag(hdev, in set_ssp() 2641 if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) { in enable_service_cache() 2846 changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS); in load_link_keys() 4243 changed = !hci_dev_test_and_set_flag(hdev, in set_wideband_speech() 4630 changed = !hci_dev_test_and_set_flag(hdev, in set_mgmt_mesh_func() 4689 changed = !hci_dev_test_and_set_flag(hdev, in set_rpa_resolution_func() 6455 changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING); in set_advertising() [all …]
|
H A D | hci_core.c | 654 conn_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 661 discov_changed = !hci_dev_test_and_set_flag(hdev, in hci_update_passive_scan_state() 4045 !hci_dev_test_and_set_flag(hdev, HCI_CMD_PENDING)) { in hci_send_cmd_sync()
|
H A D | hci_sock.c | 1301 if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) { in hci_sock_bind()
|
H A D | hci_conn.c | 2065 if (hci_dev_test_and_set_flag(hdev, HCI_PA_SYNC)) in hci_pa_create_sync()
|
H A D | hci_sync.c | 4818 if (hci_dev_test_and_set_flag(hdev, HCI_DEBUGFS_CREATED)) in hci_init_sync()
|
/openbmc/linux/include/net/bluetooth/ |
H A D | hci_core.h | 809 #define hci_dev_test_and_set_flag(hdev, nr) test_and_set_bit((nr), (hdev)->dev_flags) 808 #define hci_dev_test_and_set_flag( global() macro
|