AdvertisingDataDefinition

open class AdvertisingDataDefinition(val serviceUuids: List<Uuid>? = null)

Advertising data packet container for Bluetooth LE advertising.

This represents the data to be advertised in the Advertising Data as well as the Scan Response data.

Parameters

serviceUuids

A list of service UUID to advertise.

Constructors

Link copied to clipboard
constructor(serviceUuids: List<Uuid>? = null)

Properties

Link copied to clipboard
val serviceUuids: List<Uuid>? = null