BluetoothSocketException.L2capInsufficientEncryptKeySize Campo

Definición

Precaución

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

Código de error durante la conexión que indica un tamaño de clave de cifrado insuficiente en el dispositivo del mismo nivel durante la conexión L2CAP.

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

Valor de campo

Value = 6
Atributos

Comentarios

Código de error durante la conexión que indica un tamaño de clave de cifrado insuficiente en el dispositivo del mismo nivel durante la conexión L2CAP.

Java documentación para android.bluetooth.BluetoothSocketException.L2CAP_INSUFFICIENT_ENCRYPT_KEY_SIZE.

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