AdvertisingData

interface AdvertisingData

Advertising Data represents the data found in the Advertisement Packet and Scan Response combined.

Properties

Link copied to clipboard

The manufacturer specific data advertised, where keys are the Company IDs, as registered in Adopted Numbers by Bluetooth SIG.

Link copied to clipboard
abstract val name: String?

The Complete Local Name or Shortened Local Name advertised, if present.

Link copied to clipboard
abstract val serviceData: Map<Uuid, ByteArray>

A map of service data advertised.

Link copied to clipboard

A list of service solicitation UUIDs advertised.

Link copied to clipboard
abstract val serviceUuids: List<Uuid>

A list of service UUIDs advertised.

Link copied to clipboard
abstract val txPowerLevel: Int?

The transmission power level advertised, if present, in dBm.