Lines Matching refs:phy
2910 struct hci_cp_le_scan_phy_params *phy; in hci_le_set_ext_scan_param_sync() local
2911 u8 data[sizeof(*cp) + sizeof(*phy) * 2]; in hci_le_set_ext_scan_param_sync()
2915 phy = (void *)cp->data; in hci_le_set_ext_scan_param_sync()
2937 if (qos->bcast.in.phy & BT_ISO_PHY_1M || in hci_le_set_ext_scan_param_sync()
2938 qos->bcast.in.phy & BT_ISO_PHY_2M) { in hci_le_set_ext_scan_param_sync()
2940 hci_le_scan_phy_params(phy, type, in hci_le_set_ext_scan_param_sync()
2944 phy++; in hci_le_set_ext_scan_param_sync()
2947 if (qos->bcast.in.phy & BT_ISO_PHY_CODED) { in hci_le_set_ext_scan_param_sync()
2949 hci_le_scan_phy_params(phy, type, in hci_le_set_ext_scan_param_sync()
2953 phy++; in hci_le_set_ext_scan_param_sync()
2964 hci_le_scan_phy_params(phy, type, interval, window); in hci_le_set_ext_scan_param_sync()
2966 phy++; in hci_le_set_ext_scan_param_sync()
2971 hci_le_scan_phy_params(phy, type, interval * 3, window * 3); in hci_le_set_ext_scan_param_sync()
2973 phy++; in hci_le_set_ext_scan_param_sync()
2981 sizeof(*cp) + sizeof(*phy) * num_phy, in hci_le_set_ext_scan_param_sync()