Home
last modified time | relevance | path

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

/linux-5.19.10/net/bluetooth/
Dhci_request.c980 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_scan_rsp_data()
1032 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_adv_data()
2546 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in powered_update_hci()
2562 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in powered_update_hci()
Dhci_sync.c898 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync()
1170 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync()
2156 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync()
2279 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync()
2304 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync()
3031 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync()
3483 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
Dmgmt.c885 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings()
1081 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf()
1384 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support()
1441 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable()
1638 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable()
2039 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync()
2049 if (!err && hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le_sync()
2112 if (val != hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le()
2113 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le()
6174 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr()
[all …]
Dhci_conn.c974 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le()
1105 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
Dsmp.c2364 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security()
2953 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel()
3100 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
Dhci_event.c2086 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
2089 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
Dhci_core.c712 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
Dl2cap_core.c7785 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
/linux-5.19.10/include/net/bluetooth/
Dhci.h339 HCI_LE_ENABLED, enumerator