BluetoothDevice.ExtraEncryptionAlgorithm Campo

Definición

Se usa como campo adicional int en #ACTION_ENCRYPTION_CHANGE intenciones como el algoritmo utilizado para el cifrado.

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

Valor de campo

Implementaciones

Atributos

Comentarios

Se usa como campo adicional int en #ACTION_ENCRYPTION_CHANGE intenciones como el algoritmo utilizado para el cifrado.

Los valores posibles son: #ENCRYPTION_ALGORITHM_NONE, #ENCRYPTION_ALGORITHM_E0, #ENCRYPTION_ALGORITHM_AES y #ENCRYPTION_ALGORITHM_UNKNOWN.

Java documentación para android.bluetooth.BluetoothDevice.EXTRA_ENCRYPTION_ALGORITHM.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a