Searched refs:hci_dev_test_and_set_flag (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/net/bluetooth/ | 
| D | mgmt.c | 952 	if (hci_dev_test_and_set_flag(hdev, HCI_MGMT))  in mgmt_init_hdev()1588 		changed = !hci_dev_test_and_set_flag(hdev, HCI_BONDABLE);  in set_bondable()
 1711 			changed = !hci_dev_test_and_set_flag(hdev,  in set_ssp()
 1799 		changed = !hci_dev_test_and_set_flag(hdev, HCI_HS_ENABLED);  in set_hs()
 2107 	if (!hci_dev_test_and_set_flag(hdev, HCI_SERVICE_CACHE)) {  in enable_service_cache()
 2333 		changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS);  in load_link_keys()
 4339 			changed = !hci_dev_test_and_set_flag(hdev, HCI_ADVERTISING);  in set_advertising()
 4830 			changed = !hci_dev_test_and_set_flag(hdev,  in set_secure_conn()
 4901 		changed = !hci_dev_test_and_set_flag(hdev, HCI_KEEP_DEBUG_KEYS);  in set_debug_keys()
 4907 		use_changed = !hci_dev_test_and_set_flag(hdev,  in set_debug_keys()
 [all …]
 
 | 
| D | hci_sock.c | 1165 		if (hci_dev_test_and_set_flag(hdev, HCI_USER_CHANNEL)) {  in hci_sock_bind()
 | 
| D | hci_core.c | 1888 		conn_changed = !hci_dev_test_and_set_flag(hdev,  in hci_update_scan_state()1895 		discov_changed = !hci_dev_test_and_set_flag(hdev,  in hci_update_scan_state()
 
 | 
| /Linux-v5.4/include/net/bluetooth/ | 
| D | hci_core.h | 579 #define hci_dev_test_and_set_flag(hdev, nr)    test_and_set_bit((nr), (hdev)->dev_flags)  macro
 |