Home
last modified time | relevance | path

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

/Linux-v5.10/net/bluetooth/
Dhci_core.c317 if (!lmp_bredr_capable(hdev)) in le_setup()
337 if (lmp_bredr_capable(hdev)) { in hci_setup_event_mask()
424 if (lmp_bredr_capable(hdev)) in hci_init2_req()
526 if (!lmp_bredr_capable(hdev)) in hci_set_le_support()
951 if (lmp_bredr_capable(hdev)) in __hci_init()
2169 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
Dhci_conn.c675 if (!lmp_bredr_capable(d)) in hci_get_route()
1244 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dmgmt.c652 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
704 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
779 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1322 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2270 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2343 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3333 if (lmp_bredr_capable(hdev)) { in set_local_name()
5508 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_request.c3203 lmp_bredr_capable(hdev)) { in powered_update_hci()
3262 if (lmp_bredr_capable(hdev)) { in powered_update_hci()
/Linux-v5.10/include/net/bluetooth/
Dhci_core.h1320 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro