Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_sync.c3262 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()
3492 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()
3961 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()
3974 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()
3995 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()
4442 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()
4823 if (lmp_bredr_capable(hdev)) in hci_init_sync()
H A Dmgmt.c691 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
743 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
818 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1487 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2756 if (!lmp_bredr_capable(hdev)) in set_dev_class()
2814 if (!lmp_bredr_capable(hdev)) in load_link_keys()
3807 if (lmp_bredr_capable(hdev)) { in set_name_sync()
6717 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
H A Dhci_conn.c1178 if (!lmp_bredr_capable(d)) in hci_get_route()
1577 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
H A Dhci_core.c866 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h1796 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro