Share via


BluetoothDevice.EncryptionAlgorithmAes Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.

Indicates link was encrypted using AES algorithm

[Android.Runtime.Register("ENCRYPTION_ALGORITHM_AES", ApiSince=36)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)]
public const Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm EncryptionAlgorithmAes = 2;
[<Android.Runtime.Register("ENCRYPTION_ALGORITHM_AES", ApiSince=36)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm enum directly instead of this field.", true)>]
val mutable EncryptionAlgorithmAes : Android.Bluetooth.BluetoothDeviceEncryptionAlgorithm

Field Value

Value = 2

Implements

Attributes

Remarks

Indicates link was encrypted using AES algorithm

Java documentation for android.bluetooth.BluetoothDevice.ENCRYPTION_ALGORITHM_AES.

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