Home
last modified time | relevance | path

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

/Linux-v6.1/net/bluetooth/
Dhci_sync.c2857 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()
3086 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()
3604 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()
3617 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()
3638 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()
4079 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()
4444 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()
1464 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2789 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2844 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3823 if (lmp_bredr_capable(hdev)) { in set_name_sync()
6734 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
Dhci_conn.c1127 if (!lmp_bredr_capable(d)) in hci_get_route()
1551 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
Dhci_core.c916 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
/Linux-v6.1/include/net/bluetooth/
Dhci_core.h1624 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro