Home
last modified time | relevance | path

Searched refs:lmp_bredr_capable (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/net/bluetooth/
Dhci_sync.c2280 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()
2509 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()
3017 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()
3030 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()
3051 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()
3478 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()
3821 if (lmp_bredr_capable(hdev)) in hci_init_sync()
Dhci_conn.c839 if (!lmp_bredr_capable(d)) in hci_get_route()
1161 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dhci_request.c2547 lmp_bredr_capable(hdev)) { in powered_update_hci()
2606 if (lmp_bredr_capable(hdev)) { in powered_update_hci()
Dmgmt.c699 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
751 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
826 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1372 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2387 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2442 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3376 if (lmp_bredr_capable(hdev)) { in set_name_sync()
6170 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_core.c903 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
/linux-5.19.10/include/net/bluetooth/
Dhci_core.h1436 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro