Merge "Update comments for the Aware 4.0 types in the Vendor HAL interface." into udc-dev
This commit is contained in:
commit
b964c8b7be
10 changed files with 21 additions and 8 deletions
|
@ -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 {
|
||||
/**
|
||||
|
|
|
@ -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")
|
||||
|
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
/**
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue