BluetoothHeadset.InterfaceConsts.HapClient Field

Definition

Caution

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

[Android.Runtime.Register("HAP_CLIENT", 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 HapClient = 28;
[<Android.Runtime.Register("HAP_CLIENT", 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 HapClient : Android.Bluetooth.ProfileType

Field Value

Value = 28
Attributes

Applies to