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

Commit 65192c33 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Update comments for the Aware 4.0

types in the Vendor HAL interface.

Specs should be included in the
relevant places.

Bug: 267819850
Test: m
Change-Id: I1f213774ebf5dc297225a5cabb757d2956d67bf4
parent 88cabb91
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