Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a019acc authored by Mahesh KKV's avatar Mahesh KKV Committed by Automerger Merge Worker
Browse files

Merge "Add documentation for Aware suspend & resume" into udc-dev am:...

Merge "Add documentation for Aware suspend & resume" into udc-dev am: 73ab3173 am: e670bc55 am: b1b9d28b

Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/23148733



Change-Id: Ibb90cef05750a1b6d9fbd61f3e2c0a72454b2a14
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 26ddd60f b1b9d28b
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -243,7 +243,10 @@ interface IWifiNanIface {
    void terminateDataPathRequest(in char cmdId, in int ndpInstanceId);

    /**
     * Start the suspension of a discovery service.
     * Start the suspension of a discovery service. During the suspend state, the Wi-Fi Aware
     * device must not transmit or receive frames for this session including any active NDPs. If
     * all discovery sessions are suspended then the Wi-Fi Aware device must not transmit or
     * receive any Wi-Fi Aware frames.
     * Asynchronous response is with |IWifiNanIfaceEventCallback.notifySuspendResponse|.
     *
     * @param cmdId Command Id to use for this invocation.
@@ -256,7 +259,10 @@ interface IWifiNanIface {
    void suspendRequest(in char cmdId, in byte sessionId);

    /**
     * Stop the suspension of a discovery service.
     * Stop the suspension of a discovery service. Resume cancels an ongoing suspend for this Wi-Fi
     * Aware discovery session and automatically resumes the session and any associated NDPs to the
     * state before they were suspended. The Wi-Fi Aware resume operation should be faster than
     * recreating the corresponding discovery session and NDPs with the same benefit of power.
     * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyResumeResponse|.
     *
     * @param cmdId Command Id to use for this invocation.