BluetoothDevice.PairingContextUserParticipationRequested Field
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.
Signals a request for user participation to begin the LE Legacy pairing process.
[Android.Runtime.Register("PAIRING_CONTEXT_USER_PARTICIPATION_REQUESTED", ApiSince=37)]
public const int PairingContextUserParticipationRequested = 0;
[<Android.Runtime.Register("PAIRING_CONTEXT_USER_PARTICIPATION_REQUESTED", ApiSince=37)>]
val mutable PairingContextUserParticipationRequested : int
Field Value
Value = 0Implements
- Attributes
Remarks
Signals a request for user participation to begin the LE Legacy pairing process. Accepting this allows the Bluetooth stack to proceed toward the formal pairing association model; rejecting or ignoring it results in immediate pairing failure. Note: This only authorizes the process to start and does not constitute final pairing approval.
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.