Searched refs:FREQUENCY_5G_LAST (Results 1 – 4 of 4) sorted by relevance
21 #define FREQUENCY_5G_LAST 5825 macro47 } else if (frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST) { in SoftBusFrequencyToChannel()56 if (frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST) { in SoftBusIs5GBand()
32 static constexpr int FREQUENCY_5G_LAST = 5825; variable
114 return frequency >= FREQUENCY_5G_FIRST && frequency <= FREQUENCY_5G_LAST; in Is5GBand()