ScanRecord.DataTypeServiceUuids128BitPartial Field

Definition

Caution

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

Data type is Incomplete List of 128-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for the details.

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

Field Value

Value = 6
Attributes

Remarks

Data type is Incomplete List of 128-bit Service Class UUIDs, see the Bluetooth Generic Access Profile for the details.

Java documentation for android.bluetooth.le.ScanRecord.DATA_TYPE_SERVICE_UUIDS_128_BIT_PARTIAL.

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