Android.Bluetooth.BluetoothAdapter.BondedDevices Property
Return the set of Android.Bluetooth.BluetoothDevice objects that are bonded (paired) to the local adapter.

Syntax

[get: Android.Runtime.Register("getBondedDevices", "()Ljava/util/Set;", "GetGetBondedDevicesHandler")]
public ICollection<BluetoothDevice> BondedDevices { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the set of Android.Bluetooth.BluetoothDevice objects that are bonded (paired) to the local adapter.

If Bluetooth state is not BluetoothAdapter.STATE_ON, this API will return an empty set. After turning on Bluetooth, wait for BluetoothAdapter.ActionStateChanged with BluetoothAdapter.STATE_ON to get the updated value.

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

[Android Documentation]

Requirements

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