Searched refs:lmp_bredr_capable (Results 1 – 5 of 5) sorted by relevance
3262 !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()
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()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()
1178 if (!lmp_bredr_capable(d)) in hci_get_route()1577 if (lmp_bredr_capable(hdev)) in hci_connect_acl()
866 if (lmp_bredr_capable(hdev)) { in hci_get_dev_info()
1796 #define lmp_bredr_capable(dev) (!((dev)->features[0][4] & LMP_NO_BREDR)) macro