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.c888 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings()
1193 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf()
1522 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support()
1582 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable()
1781 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable()
2150 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2160 if (!err && hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le_sync()
2395 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_features()
2448 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send_cancel()
2483 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in mesh_send()
[all …]
H A Dhci_sync.c1321 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync()
1533 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync()
3183 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync()
3319 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync()
3344 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync()
4071 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync()
4549 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
H A Dhci_conn.c1379 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
1571 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_add_bis()
1622 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
H A Dsmp.c2375 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security()
2950 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.c2118 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
2121 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
H A Dhci_core.c672 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
H A Dl2cap_core.c6905 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
/linux/include/net/bluetooth/
H A Dhci.h447 HCI_LE_ENABLED, enumerator
H A Dhci_core.h1974 hci_dev_test_flag(dev, HCI_LE_ENABLED))