Language

BluetoothGattConnectionSettings.Transport Property

Definition

Returns the transport to be used for GATT connection.

public int Transport { [Android.Runtime.Register("getTransport", "()I", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getTransport", "()I", "", ApiSince=37)>]
member this.Transport : int

Property Value

Value is one of the following: BluetoothDevice.TRANSPORT_AUTO; BluetoothDevice.TRANSPORT_BREDR; BluetoothDevice.TRANSPORT_LE

Attributes

Remarks

Returns the transport to be used for GATT connection.

Android reference for android.bluetooth.BluetoothGattConnectionSettings.getTransport.

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