Lingua

BluetoothDevice.PairingContextUserParticipationRequested Field

Definition

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 = 0

Implements

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.

Android reference for android.bluetooth.BluetoothDevice.PAIRING_CONTEXT_USER_PARTICIPATION_REQUESTED.

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