Home
last modified time | relevance | path

Searched refs:CHANNEL_2G_LAST (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/common/network/
H A Dsoftbus_network_utils.c24 #define CHANNEL_2G_LAST 13 macro
34 if (channel >= CHANNEL_2G_FIRST && channel <= CHANNEL_2G_LAST) { in SoftBusChannelToFrequency()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.h34 static constexpr int CHANNEL_2G_LAST = 13; variable
H A Dwifi_direct_utils.cpp119 if (channel >= CHANNEL_2G_FIRST && channel <= CHANNEL_2G_LAST) { in ChannelToFrequency()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp119 if (channel >= CHANNEL_2G_FIRST && channel <= CHANNEL_2G_LAST) { in ChannelToFrequency()