Home
last modified time | relevance | path

Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/net/bluetooth/
H A Dmgmt.c884 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings()
1182 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf()
1571 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable()
1768 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable()
2106 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2308 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_features()
2361 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send_cancel()
2396 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in mesh_send()
2488 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le()
6632 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr()
[all …]
H A Dhci_sync.c1402 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync()
1864 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync()
3100 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync()
3236 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync()
3261 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync()
3977 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync()
4448 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
H A Dhci_conn.c1312 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
1505 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_add_bis()
1554 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
H A Dsmp.c2392 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security()
2967 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel()
3113 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
H A Dhci_event.c2114 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
2117 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
H A Dhci_core.c654 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
H A Dl2cap_core.c6880 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
/linux-6.15/include/net/bluetooth/
H A Dhci.h444 HCI_LE_ENABLED, enumerator