AwarePairingBootstrappingMethods Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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. |