Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | hci_request.c | 493 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_update_background_scan()
|
D | mgmt.c | 667 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 …]
|
D | smp.c | 2297 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()
|
D | hci_core.c | 460 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()
|
D | hci_conn.c | 737 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
|
D | hci_event.c | 1378 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()
|
D | l2cap_core.c | 6993 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
/linux-4.1.27/include/net/bluetooth/ |
D | hci.h | 227 HCI_LE_ENABLED, enumerator
|