AdvertisingData

Android-specific class of Bluetooth LE advertising data.

Constructors

Link copied to clipboard
constructor(raw: ByteArray)

Properties

Link copied to clipboard

A map of AD structures found in the advertisement data. This map contains all AD structures found in the raw data that have a matching AdvertisingDataType, including those that are available with dedicated properties.

Link copied to clipboard

The value of "Complete Local Name" AD type.

Link copied to clipboard

The set of flags from the "Flags" AD type.

Link copied to clipboard
open override val manufacturerData: Map<Int, ByteArray>
Link copied to clipboard

The Bluetooth Mesh Beacon, if present.

Link copied to clipboard

The Bluetooth Mesh Network PDU, if present.

Link copied to clipboard

The Bluetooth Mesh Provisioning PDU, if present.

Link copied to clipboard
open override val name: String?
Link copied to clipboard

The raw advertisement data.

Link copied to clipboard
open override val serviceData: Map<Uuid, ByteArray>
Link copied to clipboard
open override val serviceSolicitationUuids: List<Uuid>
Link copied to clipboard
open override val serviceUuids: List<Uuid>
Link copied to clipboard

The value of "Shortened Local Name" AD type.

Link copied to clipboard
open override val txPowerLevel: Int?