Android.Bluetooth.BluetoothHealth.ConnectedDevices Property
Get connected devices for the health 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 the health 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. This is not specific to any application configuration but represents the connection state of the local Bluetooth adapter for this profile. This can be used by applications like status bar which would just like to know the state of the local adapter.

[Android Documentation]

Requirements

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