Compartir a través de


BluetoothGatt.InterfaceConsts.LeAudio Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.

LE Audio Device

[Android.Runtime.Register("LE_AUDIO", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.", true)]
public const Android.Bluetooth.ProfileType LeAudio = 22;
[<Android.Runtime.Register("LE_AUDIO", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.ProfileType enum directly instead of this field.", true)>]
val mutable LeAudio : Android.Bluetooth.ProfileType

Field Value

Value = 22
Attributes

Remarks

LE Audio Device

Java documentation for android.bluetooth.BluetoothProfile.LE_AUDIO.

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