The properties of Android.Bluetooth.LE.ScanRecord are listed below. For a list of all members, see the ScanRecord Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | AdvertiseFlags | int. Returns the advertising flags indicating the discoverable mode and capability of the device. |
[read-only] | DeviceName | string. Returns the local name of the BLE device. |
[read-only] | ManufacturerSpecificData | Android.Util.SparseArray. Returns a sparse array of manufacturer identifier and its corresponding manufacturer specific data. |
[read-only] | ServiceData | IDictionary<Android.OS.ParcelUuid, Byte[]>. Returns a map of service UUID and its corresponding service data. |
[read-only] | ServiceUuids | IList<Android.OS.ParcelUuid>. Returns a list of service UUIDs within the advertisement that are used to identify the bluetooth GATT services. |
[read-only] | TxPowerLevel | AdvertiseTx. Returns the transmission power level of the packet in dBm. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |