Language

BluetoothGatt.ConnectedDevices Property

Definition

This member is deprecated.

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

List of devices. The list will be empty on error.

Implements

Attributes

Exceptions

Remarks

This member is deprecated. Not supported - please use BluetoothManager#getConnectedDevices(int) with BluetoothProfile#GATT as argument

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