BluetoothAdapter.BondedDevices Proprietà

Definizione

Restituisce il set di BluetoothDevice oggetti associati (associati) all'adattatore locale.

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>

Valore della proprietà

set non modificabile di o Null in caso di BluetoothDeviceerrore

Attributi

Commenti

per android.bluetooth.BluetoothAdapter.getBondedDevices().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a