Searched refs:PHY_LE_CODED (Results 1 – 6 of 6) sorted by relevance
199 PHY_LE_CODED = 3, // phy coded enumerator
373 case static_cast<int32_t>(PhyType::PHY_LE_CODED): in ConvertPhyType()374 params.phyType = PhyType::PHY_LE_CODED; in ConvertPhyType()
444 typedef enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 } PHY_TYP… enumerator
529 using PHY_TYPE = enum { PHY_LE_1M = 1, PHY_LE_2M = 2, PHY_LE_CODED = 3, PHY_LE_ALL_SUPPORTED = 255 … enumerator
217 if ((!isCodedPhySupported) && (primaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()222 if ((!is2MPhySupported) && (secondaryPhy == PHY_LE_CODED)) { in CheckAdvertiserPara()
1054 case PHY_LE_CODED: in SetExScanParamToGap()