CallAudioState.SupportedBluetoothDevices Property

Definition

public System.Collections.Generic.ICollection<Android.Bluetooth.BluetoothDevice>? SupportedBluetoothDevices { [Android.Runtime.Register("getSupportedBluetoothDevices", "()Ljava/util/Collection;", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getSupportedBluetoothDevices", "()Ljava/util/Collection;", "", ApiSince=28)>]
member this.SupportedBluetoothDevices : System.Collections.Generic.ICollection<Android.Bluetooth.BluetoothDevice>

Property Value

List of BluetoothDevices that can be used for this call.

Attributes

Remarks

Java documentation for android.telecom.CallAudioState.getSupportedBluetoothDevices().

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