Lingua

AwarePairingBootstrappingMethods Enum

Definition

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum AwarePairingBootstrappingMethods
[<System.Flags>]
type AwarePairingBootstrappingMethods = 
Inheritance
AwarePairingBootstrappingMethods
Attributes

Fields

Name Value Description
None 0
Opportunistic 1
PinCodeDisplay 2
PassphraseDisplay 4
QrDisplay 8
NfcTag 16
PinCodeKeypad 32
PassphraseKeypad 64
QrScan 128
NfcReader 256
ServiceManaged 16384

Aware Pairing bootstrapping method service managed. The bootstrapping is entirely managed and executed by the application and is transparent to the framework. Defined as per Wi-Fi Aware specifications version 4.0 Section 9.5.21.7

Android reference for android.net.wifi.aware.AwarePairingConfig.PAIRING_BOOTSTRAPPING_SERVICE_MANAGED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Skipped 32768

Aware Pairing bootstrapping method skipped. Device acquires the pairing credential by means out of scope of the Aware specification and does not need the pairing bootstrapping handshakes. Defined as per Wi-Fi Aware specifications version 4.0 Section 9.5.21.7

Android reference for android.net.wifi.aware.AwarePairingConfig.PAIRING_BOOTSTRAPPING_SKIPPED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to