Searched refs:HCI_LE_ENABLED (Results 1 – 9 of 9) sorted by relevance
| /linux/net/bluetooth/ |
| H A D | mgmt.c | 894 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings() 1199 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf() 1528 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support() 1588 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable() 1787 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable() 2158 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync() 2168 if (!err && hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le_sync() 2400 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_features() 2453 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send_cancel() 2489 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send() [all...] |
| H A D | hci_sync.c | 1328 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync() 1540 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync() 3190 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync() 3329 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync() 3354 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync() 3525 * HCI_LE_ENABLED(Enable LE) in hci_powered_update_sync() 3526 * HCI_LE_ENABLED(ll_privacy_capable(Add local IRK to Resolving List) -> in hci_powered_update_sync() 4081 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_set_event_mask_sync() 4571 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
|
| H A D | hci_conn.c | 1385 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le() 1577 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_add_bis() 1628 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
|
| H A D | smp.c | 2376 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security() 2951 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel() 3114 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
|
| H A D | hci_event.c | 2122 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 2125 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
|
| H A D | hci_core.c | 673 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
|
| H A D | l2cap_core.c | 7014 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 447 HCI_LE_ENABLED, enumerator
|
| H A D | hci_core.h | 1976 hci_dev_test_flag(dev, HCI_LE_ENABLED))
|