Share via


BluetoothDevice.ExtraEncryptionAlgorithm Field

Definition

Used as an int extra field in #ACTION_ENCRYPTION_CHANGE intents as the algorithm used for encryption.

[Android.Runtime.Register("EXTRA_ENCRYPTION_ALGORITHM", ApiSince=36)]
public const string ExtraEncryptionAlgorithm;
[<Android.Runtime.Register("EXTRA_ENCRYPTION_ALGORITHM", ApiSince=36)>]
val mutable ExtraEncryptionAlgorithm : string

Field Value

Implements

Attributes

Remarks

Used as an int extra field in #ACTION_ENCRYPTION_CHANGE intents as the algorithm used for encryption.

Possible values are: #ENCRYPTION_ALGORITHM_NONE, #ENCRYPTION_ALGORITHM_E0, #ENCRYPTION_ALGORITHM_AES.

Java documentation for android.bluetooth.BluetoothDevice.EXTRA_ENCRYPTION_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