コード例 #1
0
 private void updateChannelByBandwidth(int bandwidthIndex) {
   if (bandwidthIndex == BANDWIDTH_INDEX_40) {
     mChannel.removeBw40mUnsupported2dot4GChannels(mChannelAdapter);
     mChannel.remove5GChannels(mChannelAdapter);
     mChannel.insertBw40MChannels(mChannelAdapter);
   }
 }