Searched refs:lmp_bredr_capable (Results 1 – 5 of 5) sorted by relevance
3330 !lmp_bredr_capable(hdev)) in hci_write_le_host_supported_sync()3560 if (lmp_bredr_capable(hdev)) { in hci_powered_update_sync()4067 if (lmp_bredr_capable(hdev)) { in hci_init2_sync()4080 if (!lmp_bredr_capable(hdev)) in hci_init2_sync()4101 if (lmp_bredr_capable(hdev)) { in hci_set_event_mask_sync()4566 if (!lmp_bredr_capable(hdev)) in hci_set_le_support_sync()4967 if (lmp_bredr_capable(hdev)) in hci_init_sync()
691 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()1516 if (!lmp_bredr_capable(hdev)) in mgmt_bredr_support()2928 if (!lmp_bredr_capable(hdev)) in set_dev_class()2986 if (!lmp_bredr_capable(hdev)) in load_link_keys()3997 if (lmp_bredr_capable(hdev)) { in set_name_sync()6840 if (!lmp_bredr_capable(hdev) || !lmp_le_capable(hdev)) in set_bredr()
1270 if (!lmp_bredr_capable(d)) in hci_get_route()1684 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
861 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
1935 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro