Share via


BluetoothSocket.TypeLe Field

Definition

Caution

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

L2CAP socket on LE transport

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

Field Value

Value = 4
Attributes

Remarks

L2CAP socket on LE transport

Java documentation for android.bluetooth.BluetoothSocket.TYPE_LE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to