BluetoothHealth.ChannelTypeStreaming Field

Definition

Caution

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

Health Profile - Channel Type used - Streaming

[Android.Runtime.Register("CHANNEL_TYPE_STREAMING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.HealthChannelType enum directly instead of this field.", true)]
public const Android.Bluetooth.HealthChannelType ChannelTypeStreaming = 11;
[<Android.Runtime.Register("CHANNEL_TYPE_STREAMING")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.HealthChannelType enum directly instead of this field.", true)>]
val mutable ChannelTypeStreaming : Android.Bluetooth.HealthChannelType

Field Value

HealthChannelType

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHealth.CHANNEL_TYPE_STREAMING.

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