Android.Bluetooth.BluetoothA2dp.ConnectedDevices Property
Get connected devices for this specific profile.

Syntax

[get: Android.Runtime.Register("getConnectedDevices", "()Ljava/util/List;", "GetGetConnectedDevicesHandler")]
public IList<BluetoothDevice> ConnectedDevices { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Get connected devices for this specific profile.

Return the set of devices which are in state BluetoothProfile.STATE_CONNECTED

Requires NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#BLUETOOTH permission.

[Android Documentation]

Requirements

Namespace: Android.Bluetooth
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11