BluetoothAdapter.BondedDevices Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the set of BluetoothDevice
objects that are bonded
(paired) to the local adapter.
public System.Collections.Generic.ICollection<Android.Bluetooth.BluetoothDevice>? BondedDevices { [Android.Runtime.Register("getBondedDevices", "()Ljava/util/Set;", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getBondedDevices", "()Ljava/util/Set;", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.BondedDevices : System.Collections.Generic.ICollection<Android.Bluetooth.BluetoothDevice>
Property Value
unmodifiable set of BluetoothDevice
, or null on error
- Attributes
Remarks
Java documentation for android.bluetooth.BluetoothAdapter.getBondedDevices()
.
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.