Searched refs:HCI_LE_ENABLED (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/net/bluetooth/ |
D | hci_request.c | 980 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()
|
D | hci_sync.c | 898 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()
|
D | mgmt.c | 885 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 …]
|
D | hci_conn.c | 974 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()
|
D | smp.c | 2364 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()
|
D | hci_event.c | 2086 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()
|
D | hci_core.c | 712 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
|
D | l2cap_core.c | 7785 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
/linux-5.19.10/include/net/bluetooth/ |
D | hci.h | 339 HCI_LE_ENABLED, enumerator
|