Searched refs:HCI_LE_ENABLED (Results 1 – 8 of 8) sorted by relevance
| /linux/net/bluetooth/ |
| A D | hci_request.c | 458 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_update_background_scan() 1429 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_scan_rsp_data() 1481 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in __hci_req_update_adv_data() 3075 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in powered_update_hci() 3091 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in powered_update_hci()
|
| A D | mgmt.c | 852 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in get_current_settings() 1055 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in append_eir_data_to_buf() 1343 else if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in mgmt_le_support() 1394 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_discoverable() 1580 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED) && in set_connectable() 1908 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in le_enable_complete() 1976 if (val != hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in set_le() 1977 hci_dev_change_flag(hdev, HCI_LE_ENABLED); in set_le() 5973 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_bredr() 6129 !hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in set_secure_conn()
|
| A D | hci_conn.c | 1186 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le() 1372 if (!hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_connect_le_scan()
|
| A 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()
|
| A D | hci_core.c | 196 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in le_setup() 409 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) { in hci_set_le_support() 1882 if (hci_dev_test_flag(hdev, HCI_LE_ENABLED)) in hci_update_scan_state()
|
| A D | hci_event.c | 1772 hci_dev_set_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported() 1775 hci_dev_clear_flag(hdev, HCI_LE_ENABLED); in hci_cc_write_le_host_supported()
|
| A D | l2cap_core.c | 7751 if (hci_dev_test_flag(hcon->hdev, HCI_LE_ENABLED) && in l2cap_conn_add()
|
| /linux/include/net/bluetooth/ |
| A D | hci.h | 311 HCI_LE_ENABLED, enumerator
|
Completed in 72 milliseconds