Home
last modified time | relevance | path

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

/Linux-v6.6/net/bluetooth/
Dhci_sync.c2999 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()
3229 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()
3766 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()
3779 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()
3800 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()
4245 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()
4633 if (lmp_bredr_capable(hdev)) in hci_init_sync()
Dmgmt.c703 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
755 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
830 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1490 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2815 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2870 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3836 if (lmp_bredr_capable(hdev)) { in set_name_sync()
6741 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_conn.c1184 if (!lmp_bredr_capable(d)) in hci_get_route()
1624 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dhci_core.c916 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1771 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro