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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeCallback.java316 int ndpInstanceId) {
319 + statusString(status) + ", ndpInstanceId=" + ndpInstanceId);
323 mWifiAwareStateManager.onInitiateDataPathResponseSuccess(id, ndpInstanceId);
470 HexEncoding.encode(event.peerDiscMacAddr)) + ", ndpInstanceId="
471 + event.ndpInstanceId);
476 event.peerDiscMacAddr, event.ndpInstanceId);
482 Log.v(TAG, "onDataPathConfirm: ndpInstanceId=" + event.ndpInstanceId
492 mWifiAwareStateManager.onDataPathConfirmNotification(event.ndpInstanceId,
315 notifyInitiateDataPathResponse(short id, WifiNanStatus status, int ndpInstanceId) argument
533 eventDataPathTerminated(int ndpInstanceId) argument
[all...]

Completed in 372 milliseconds