Langue

BluetoothDevice.ExtraPairingAlgorithm Field

Definition

Used as an int extra field in #ACTION_PAIRING_REQUEST intents which indicates the pairing algorithm used.

[Android.Runtime.Register("EXTRA_PAIRING_ALGORITHM", ApiSince=37)]
public const string ExtraPairingAlgorithm;
[<Android.Runtime.Register("EXTRA_PAIRING_ALGORITHM", ApiSince=37)>]
val mutable ExtraPairingAlgorithm : string

Field Value

Implements

Attributes

Remarks

Used as an int extra field in ACTION_PAIRING_REQUEST intents which indicates the pairing algorithm used. Possible values are: PAIRING_ALGORITHM_LE_LEGACY, PAIRING_ALGORITHM_BREDR_LEGACY, PAIRING_ALGORITHM_BREDR_SSP, and PAIRING_ALGORITHM_SC.

Android reference for android.bluetooth.BluetoothDevice.EXTRA_PAIRING_ALGORITHM.

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