Searched defs:sRttResponderCmdId (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2232 private static int sRttResponderCmdId = 0; field in class:WifiNative
2244 if (sRttResponderCmdId != 0) {
2251 if (config != null) sRttResponderCmdId = id;
2265 if (sRttResponderCmdId == 0) {
2269 sRttResponderCmdId = 0;
2270 return disableRttResponderNative(sWlan0Index, sRttResponderCmdId);

Completed in 17 milliseconds