Home
last modified time | relevance | path

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

/Linux-v4.19/net/bluetooth/
Dhci_core.c314 if (!lmp_bredr_capable(hdev)) in le_setup()
334 if (lmp_bredr_capable(hdev)) { in hci_setup_event_mask()
421 if (lmp_bredr_capable(hdev)) in hci_init2_req()
523 if (!lmp_bredr_capable(hdev)) in hci_set_le_support()
911 if (lmp_bredr_capable(hdev)) in __hci_init()
2060 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
Dhci_conn.c641 if (!lmp_bredr_capable(d)) in hci_get_route()
1191 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dmgmt.c624 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
676 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
751 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1281 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2219 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2292 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3266 if (lmp_bredr_capable(hdev)) { in set_local_name()
4654 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_request.c2702 lmp_bredr_capable(hdev)) { in powered_update_hci()
2760 if (lmp_bredr_capable(hdev)) { in powered_update_hci()
/Linux-v4.19/include/net/bluetooth/
Dhci_core.h1138 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro