Język

BluetoothHeadset.ConnectedDevices Property

Definition

Get connected devices for this specific profile.

public System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>? ConnectedDevices { [Android.Runtime.Register("getConnectedDevices", "()Ljava/util/List;", "")] [Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")] get; }
[<get: Android.Runtime.Register("getConnectedDevices", "()Ljava/util/List;", "")>]
[<get: Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.ConnectedDevices : System.Collections.Generic.IList<Android.Bluetooth.BluetoothDevice>

Property Value

List of devices. The list will be empty on error.

Implements

Attributes

Remarks

Get connected devices for this specific profile.

Java documentation for android.bluetooth.BluetoothHeadset.getConnectedDevices().

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.

Applies to