Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dhci_core.c318 if (!lmp_bredr_capable(hdev)) in le_setup()
338 if (lmp_bredr_capable(hdev)) { in hci_setup_event_mask()
425 if (lmp_bredr_capable(hdev)) in hci_init2_req()
527 if (!lmp_bredr_capable(hdev)) in hci_set_le_support()
958 if (lmp_bredr_capable(hdev)) in __hci_init()
2193 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
Dhci_conn.c708 if (!lmp_bredr_capable(d)) in hci_get_route()
1295 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dmgmt.c660 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
712 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
787 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1330 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2278 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2351 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3341 if (lmp_bredr_capable(hdev)) { in set_local_name()
5743 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_request.c3412 lmp_bredr_capable(hdev)) { in powered_update_hci()
3471 if (lmp_bredr_capable(hdev)) { in powered_update_hci()
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h1392 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro