Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | mgmt.c | 884 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings() 1182 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf() 1571 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable() 1768 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable() 2106 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in set_le_sync() 2308 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_features() 2361 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mesh_send_cancel() 2396 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in mesh_send() 2488 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le() 6632 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr() [all …]
|
| H A D | hci_sync.c | 1402 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_rsp_data_sync() 1864 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_adv_data_sync() 3100 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_sync() 3236 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) || in hci_write_le_host_supported_sync() 3261 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_powered_update_adv_sync() 3977 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_init2_sync() 4448 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support_sync()
|
| H A D | hci_conn.c | 1312 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le() 1505 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_add_bis() 1554 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
|
| H A D | smp.c | 2392 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security() 2967 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel() 3113 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
|
| H A D | hci_event.c | 2114 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 2117 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
|
| H A D | hci_core.c | 654 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_passive_scan_state()
|
| H A D | l2cap_core.c | 6880 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 444 HCI_LE_ENABLED, enumerator
|