Home
last modified time | relevance | path

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

/Linux-v5.4/net/bluetooth/
Dhci_core.c315 if (!lmp_bredr_capable(hdev)) in le_setup()
335 if (lmp_bredr_capable(hdev)) { in hci_setup_event_mask()
422 if (lmp_bredr_capable(hdev)) in hci_init2_req()
524 if (!lmp_bredr_capable(hdev)) in hci_set_le_support()
912 if (lmp_bredr_capable(hdev)) in __hci_init()
2101 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
Dhci_conn.c644 if (!lmp_bredr_capable(d)) in hci_get_route()
1194 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()
3261 if (lmp_bredr_capable(hdev)) { in set_local_name()
4649 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_request.c2747 lmp_bredr_capable(hdev)) { in powered_update_hci()
2806 if (lmp_bredr_capable(hdev)) { in powered_update_hci()
/Linux-v5.4/include/net/bluetooth/
Dhci_core.h1164 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro