Share via


BluetoothLeAudio.GetConnectedGroupLeadDevice(Int32) Method

Definition

[Android.Runtime.Register("getConnectedGroupLeadDevice", "(I)Landroid/bluetooth/BluetoothDevice;", "", ApiSince=33)]
[Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")]
public Android.Bluetooth.BluetoothDevice? GetConnectedGroupLeadDevice (int groupId);
[<Android.Runtime.Register("getConnectedGroupLeadDevice", "(I)Landroid/bluetooth/BluetoothDevice;", "", ApiSince=33)>]
[<Android.Runtime.RequiresPermission("android.permission.BLUETOOTH_CONNECT")>]
member this.GetConnectedGroupLeadDevice : int -> Android.Bluetooth.BluetoothDevice

Parameters

groupId
Int32

Returns

Attributes

Applies to