BluetoothSocketException.L2capAclFailure 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 cuando se produce un error de conexión de ACL.

[Android.Runtime.Register("L2CAP_ACL_FAILURE", 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 L2capAclFailure = 2;
[<Android.Runtime.Register("L2CAP_ACL_FAILURE", 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 L2capAclFailure : Android.Bluetooth.BluetoothSocketExceptionReason

Valor de campo

Value = 2
Atributos

Comentarios

Código de error durante la conexión cuando se produce un error de conexión de ACL.

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

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