Condividi tramite


BluetoothSocketException.L2capInsufficientAuthorization Field

Definition

Caution

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

[Android.Runtime.Register("L2CAP_INSUFFICIENT_AUTHORIZATION", 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 L2capInsufficientAuthorization = 5;
[<Android.Runtime.Register("L2CAP_INSUFFICIENT_AUTHORIZATION", 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 L2capInsufficientAuthorization : Android.Bluetooth.BluetoothSocketExceptionReason

Field Value

Value = 5
Attributes

Applies to