Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_sync.c3453 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()
3688 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()
4197 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()
4210 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()
4231 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()
4703 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()
5202 if (lmp_bredr_capable(hdev)) in hci_init_sync()
H A Dmgmt.c688 if (lmp_bredr_capable(hdev)) { in get_supported_phys()
740 if (lmp_bredr_capable(hdev)) { in get_selected_phys()
815 if (lmp_bredr_capable(hdev)) { in get_supported_settings()
1519 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()
2957 if (!lmp_bredr_capable(hdev)) in set_dev_class()
3015 if (!lmp_bredr_capable(hdev)) in load_link_keys()
4072 if (lmp_bredr_capable(hdev)) { in set_name_sync()
6927 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
H A Dhci_conn.c1361 if (!lmp_bredr_capable(d)) in hci_get_route()
1784 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
H A Dhci_core.c824 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
/linux/include/net/bluetooth/
H A Dhci_core.h1957 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro