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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java405 Log.v(TAG, "eventMatch: discoverySessionId=" + event.discoverySessionId + ", peerId="
419 mWifiAwareStateManager.onMatchNotification(event.discoverySessionId, event.peerId,
426 public void eventMatchExpired(byte discoverySessionId, int peerId) { argument
428 Log.v(TAG, "eventMatchExpired: discoverySessionId=" + discoverySessionId
439 Log.v(TAG, "eventFollowupReceived: discoverySessionId=" + event.discoverySessionId
447 mWifiAwareStateManager.onMessageReceivedNotification(event.discoverySessionId, event.peerId,
468 Log.v(TAG, "eventDataPathRequest: discoverySessionId
[all...]

Completed in 50 milliseconds