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

Commit b964c8b7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update comments for the Aware 4.0 types in the Vendor HAL interface." into udc-dev

parents b5906451 65192c33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@ import android.hardware.wifi.NanBootstrappingMethod;
import android.hardware.wifi.NanBootstrappingResponseCode;
import android.hardware.wifi.NanStatus;

/**
 * See Wi-Fi Aware R4.0 section 9.5.21.7
 */
@VintfStability
parcelable NanBootstrappingConfirmInd {
    /**
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@
package android.hardware.wifi;

/**
 * Pairing bootstrapping method flag
 * Pairing bootstrapping method flag.
 * See Wi-Fi Aware R4.0 section 9.5.21.7 table 128
 */
@VintfStability
@Backing(type="int")
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.wifi;

import android.hardware.wifi.NanBootstrappingMethod;

/**
 * See Wi-Fi Aware R4.0 section 9.5.21.7
 */
@VintfStability
parcelable NanBootstrappingRequest {
    /**
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import android.hardware.wifi.NanBootstrappingMethod;
/**
 * NAN Data path request indication message structure.
 * Event indication received by an intended Responder when a NAN
 * data request initiated by an Initiator.
 * data request is initiated by an Initiator. See Wi-Fi Aware R4.0 section 9.5.21.7
 */
@VintfStability
parcelable NanBootstrappingRequestInd {
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@ package android.hardware.wifi;

import android.hardware.wifi.NanBootstrappingMethod;

/**
 * See Wi-Fi Aware R4.0 section 9.5.21.7
 */
@VintfStability
parcelable NanBootstrappingResponse {
    /**
Loading