Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dmgmt.c894 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings()
1202 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf()
1531 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support()
1591 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable()
1790 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable()
2161 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2171 if (!err && hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le_sync()
2403 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_features()
2460 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send_cancel()
2497 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send()
[all …]
H A Dhci_sync.c1368 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync()
1620 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync()
3304 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync()
3447 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync()
3472 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync()
4206 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync()
4703 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
H A Dhci_conn.c1463 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
1655 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_add_bis()
1706 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
H A Dsmp.c2347 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security()
2924 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel()
3087 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
H A Dhci_event.c2164 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
2167 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
H A Dhci_core.c636 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
H A Dl2cap_core.c7185 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
/linux/include/net/bluetooth/
H A Dhci.h444 HCI_LE_ENABLED, enumerator
H A Dhci_core.h1998 hci_dev_test_flag(dev, HCI_LE_ENABLED))