BluetoothGatt.ConnectedDevices Property

Definition

Not supported - please use BluetoothManager#getConnectedDevices(int) with BluetoothProfile#GATT as argument

public System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>? ConnectedDevices { [Android.Runtime.Register("getConnectedDevices", "()Ljava/util/List;", "")] get; }
[<get: Android.Runtime.Register("getConnectedDevices", "()Ljava/util/List;", "")>]
member this.ConnectedDevices : System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>

Property Value

Implements

Attributes

Exceptions

Remarks

Java documentation for android.bluetooth.BluetoothGatt.getConnectedDevices().

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