Android.Bluetooth.LE.AdvertiseData Members

The members of Android.Bluetooth.LE.AdvertiseData are listed below.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
[read-only]
IncludeDeviceNamebool. Whether the device name will be included in the advertisement packet.
[read-only]
IncludeTxPowerLevelbool. Whether the transmission power level will be included in the advertisement packet.
[read-only]
ManufacturerSpecificDataAndroid.Util.SparseArray. Returns an array of manufacturer Id and the corresponding manufacturer specific data.
[read-only]
ServiceDataIDictionary<Android.OS.ParcelUuid, Byte[]>. Returns a map of 16-bit UUID and its corresponding service data.
[read-only]
ServiceUuidsIList<Android.OS.ParcelUuid>. Returns a list of service UUIDs within the advertisement that are used to identify the Bluetooth GATT services.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.