Android.Bluetooth.LE.ScanRecord Members

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

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
AdvertiseFlagsint. Returns the advertising flags indicating the discoverable mode and capability of the device.
[read-only]
DeviceNamestring. Returns the local name of the BLE device.
[read-only]
ManufacturerSpecificDataAndroid.Util.SparseArray. Returns a sparse array of manufacturer identifier and its corresponding manufacturer specific data.
[read-only]
ServiceDataIDictionary<Android.OS.ParcelUuid, Byte[]>. Returns a map of service 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.
[read-only]
TxPowerLevelAdvertiseTx. Returns the transmission power level of the packet in dBm.

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

GetBytes() : byte[]
Returns raw bytes of scan record.
GetManufacturerSpecificData(int) : byte[]
Returns the manufacturer specific data associated with the manufacturer id.
GetServiceData(Android.OS.ParcelUuid) : byte[]
Returns the service data byte array associated with the serviceUuid.