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

This commit is contained in:
TreeHugger Robot 2023-03-01 20:31:36 +00:00 committed by Android (Google) Code Review
commit b964c8b7be
10 changed files with 21 additions and 8 deletions

View file

@ -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 {
/**

View file

@ -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")

View file

@ -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 {
/**

View file

@ -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 {

View file

@ -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 {
/**

View file

@ -17,7 +17,8 @@
package android.hardware.wifi;
/**
* NIRA for pairing identity resolution
* NIRA for pairing identity resolution.
* See Wi-Fi Aware R4.0 section 9.5.21.6
*/
@VintfStability
parcelable NanIdentityResolutionAttribute {

View file

@ -24,7 +24,7 @@ import android.hardware.wifi.NpkSecurityAssociation;
/**
* NAN pairing confirmation indication structure. Event indication is
* received on both initiator and responder side when negotiation for a
* pairing finishes on success or failure.
* pairing finishes on success or failure. See Wi-Fi Aware R4.0 section 7.6.1.4
*/
@VintfStability
parcelable NanPairingConfirmInd {

View file

@ -20,9 +20,10 @@ import android.hardware.wifi.NanPairingRequestType;
import android.hardware.wifi.NanPairingSecurityConfig;
/**
* NAN pairing initiate request
* Which can be used for setup(the initial pairing request) or
* verification(re-pairing for paired devices)
* NAN pairing initiate request.
* Can be used for setup (the initial pairing request) or
* verification (re-pairing for paired devices).
* See Wi-Fi Aware R4.0 section 7.6.1.1
*/
@VintfStability
parcelable NanPairingRequest {

View file

@ -22,7 +22,7 @@ import android.hardware.wifi.NanPairingRequestType;
/**
* NAN pairing request indication message structure.
* Event indication received by an intended Responder when a
* pairing request initiated by an Initiator.
* pairing request is initiated by an Initiator. See Wi-Fi Aware R4.0 section 7.6.1.3
*/
@VintfStability
parcelable NanPairingRequestInd {

View file

@ -21,6 +21,7 @@ import android.hardware.wifi.NanPairingSecurityConfig;
/**
* Response to a pairing request from a peer.
* See Wi-Fi Aware R4.0 section 7.6.1.2
*/
@VintfStability
parcelable NanRespondToPairingIndicationRequest {