Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/rtt/
DRttNative.java551 private static int halChannelWidthFromResponderChannelWidth(int responderChannelWidth) { in halChannelWidthFromResponderChannelWidth() argument
552 switch (responderChannelWidth) { in halChannelWidthFromResponderChannelWidth()
565 "halChannelWidthFromResponderChannelWidth: bad " + responderChannelWidth); in halChannelWidthFromResponderChannelWidth()
569 private static int halRttChannelBandwidthFromResponderChannelWidth(int responderChannelWidth) { in halRttChannelBandwidthFromResponderChannelWidth() argument
570 switch (responderChannelWidth) { in halRttChannelBandwidthFromResponderChannelWidth()
582 "halRttChannelBandwidthFromHalBandwidth: bad " + responderChannelWidth); in halRttChannelBandwidthFromResponderChannelWidth()