Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 675 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings() 907 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in update_inst_scan_rsp_data() 1097 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in update_inst_adv_data() 1802 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support() 1878 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable() 2156 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable() 2507 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in le_enable_complete() 2568 if (val != hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le() 2569 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le() 5203 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr() [all …]
|
D | hci_request.c | 500 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_update_background_scan()
|
D | hci_conn.c | 794 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le() 1020 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
|
D | smp.c | 2298 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security() 2800 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel() 2947 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
|
D | hci_core.c | 513 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in le_setup() 705 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support() 1907 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_state()
|
D | hci_event.c | 1343 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1346 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
|
D | l2cap_core.c | 7003 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
/linux-4.4.14/include/net/bluetooth/ |
D | hci.h | 239 HCI_LE_ENABLED, enumerator
|