BluetoothSocketException.L2capInsufficientEncryptKeySize Campo

Definição

Cuidado

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

Código de erro durante a conexão indicando tamanho insuficiente da chave de criptografia no dispositivo par durante a conexão 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 do campo

Value = 6
Atributos

Comentários

Código de erro durante a conexão indicando tamanho insuficiente da chave de criptografia no dispositivo par durante a conexão L2CAP.

Java documentação para android.bluetooth.BluetoothSocketException.L2CAP_INSUFFICIENT_ENCRYPT_KEY_SIZE.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a