Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/net/bluetooth/ |
| D | hci_request.c | 400 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_update_background_scan() 1586 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_scan_rsp_data() 1735 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_adv_data() 3202 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in powered_update_hci() 3218 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in powered_update_hci()
|
| D | mgmt.c | 843 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings() 1046 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf() 1334 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support() 1385 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable() 1571 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable() 1899 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in le_enable_complete() 1967 if (val != hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le() 1968 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le() 5512 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr() 5668 !hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_secure_conn()
|
| D | hci_conn.c | 1012 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le() 1188 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
|
| D | smp.c | 2357 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) in smp_conn_security() 2937 if (!hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED)) { in smp_sig_channel() 3084 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in bredr_pairing()
|
| D | hci_core.c | 318 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in le_setup() 531 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support() 1978 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_state()
|
| D | hci_event.c | 1693 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1696 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
|
| D | l2cap_core.c | 7736 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
| /Linux-v5.10/include/net/bluetooth/ |
| D | hci.h | 303 HCI_LE_ENABLED, enumerator
|