Searched refs:HCI_LE_ENABLED (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/net/bluetooth/ | 
| D | mgmt.c | 895 	if (hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in get_current_settings()1191 	if (hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in append_eir_data_to_buf()
 1502 	else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in mgmt_le_support()
 1559 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) &&  in set_discoverable()
 1756 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) &&  in set_connectable()
 2159 		hci_dev_set_flag(hdev, HCI_LE_ENABLED);  in set_le_sync()
 2169 	if (!err && hci_dev_test_flag(hdev, HCI_LE_ENABLED)) {  in set_le_sync()
 2361 	if (hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in mesh_features()
 2414 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in mesh_send_cancel()
 2449 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) ||  in mesh_send()
 [all …]
 
 | 
| D | hci_sync.c | 1245 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in hci_update_scan_rsp_data_sync()1739 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in hci_update_adv_data_sync()
 2863 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in hci_update_passive_scan_sync()
 2998 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) ||  in hci_write_le_host_supported_sync()
 3023 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in hci_powered_update_adv_sync()
 3780 			hci_dev_set_flag(hdev, HCI_LE_ENABLED);  in hci_init2_sync()
 4250 	if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) {  in hci_set_le_support_sync()
 
 | 
| D | hci_conn.c | 1338 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) {  in hci_connect_le()1519 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) {  in hci_add_bis()
 1568 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) {  in hci_connect_le_scan()
 
 | 
| D | smp.c | 2371 	if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED))  in smp_conn_security()2960 	if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) {  in smp_sig_channel()
 3107 	if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in bredr_pairing()
 
 | 
| D | hci_event.c | 2149 		hci_dev_set_flag(hdev, HCI_LE_ENABLED);  in hci_cc_write_le_host_supported()2152 		hci_dev_clear_flag(hdev, HCI_LE_ENABLED);  in hci_cc_write_le_host_supported()
 
 | 
| D | hci_core.c | 725 		if (hci_dev_test_flag(hdev, HCI_LE_ENABLED))  in hci_update_passive_scan_state()
 | 
| D | l2cap_core.c | 7878 	if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) &&  in l2cap_conn_add()
 | 
| /Linux-v6.6/include/net/bluetooth/ | 
| D | hci.h | 396 	HCI_LE_ENABLED,  enumerator
 |