Searched refs:onRssiThresholdBreached (Results 1 – 5 of 5) sorted by relevance
2706 public void onRssiThresholdBreached(int cmdId, byte[/* 6 */] currBssid, int currRssi) { in onRssiThresholdBreached() method in WifiVendorHal.StaIfaceEventCallback2713 eventHandler.onRssiThresholdBreached((byte) currRssi); in onRssiThresholdBreached()
3121 void onRssiThresholdBreached(byte curRssi); in onRssiThresholdBreached() method
4913 public void onRssiThresholdBreached(byte curRssi) { in onRssiThresholdBreached() method in ClientModeImpl.L2ConnectedState.RssiEventHandler
2437 rssiEventHandlerCaptor.getValue().onRssiThresholdBreached(RSSI_THRESHOLD_BREACH_MIN); in verifyRssiMonitoringCallbackIsRegistered()2443 rssiEventHandlerCaptor.getValue().onRssiThresholdBreached(RSSI_THRESHOLD_BREACH_MAX); in verifyRssiMonitoringCallbackIsRegistered()
1234 mIWifiStaIfaceEventCallback.onRssiThresholdBreached(theCmdId, new byte[6], lower); in testRssiMonitoring()