Home
last modified time | relevance | path

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

/linux-4.1.27/net/bluetooth/
Dhci_request.c493 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_update_background_scan()
Dmgmt.c667 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings()
879 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in update_scan_rsp_data_for_instance()
1074 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in update_adv_data_for_instance()
1696 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support()
1772 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable()
2050 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable()
2401 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in le_enable_complete()
2459 if (val != hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le()
2460 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le()
5058 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr()
[all …]
Dsmp.c2297 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security()
2773 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel()
2920 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
Dhci_core.c460 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in le_setup()
652 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support()
1815 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_state()
Dhci_conn.c737 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
Dhci_event.c1378 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
1381 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
Dl2cap_core.c6993 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
/linux-4.1.27/include/net/bluetooth/
Dhci.h227 HCI_LE_ENABLED, enumerator