Searched refs:FREQUENCY_2G_LAST (Results 1 – 4 of 4) sorted by relevance
19 #define FREQUENCY_2G_LAST 2472 macro45 if (frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST) { in SoftBusFrequencyToChannel()64 if (frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST) { in SoftBusIs2GBand()
30 static constexpr int FREQUENCY_2G_LAST = 2472; variable
109 return frequency >= FREQUENCY_2G_FIRST && frequency <= FREQUENCY_2G_LAST; in Is2GBand()