AdvertisingDataScope

Scope for building advertising data supported on Android.

Functions

Link copied to clipboard
abstract fun IncludeLocalName()

Adds "Complete Local Name" AD type to the advertising data.

Link copied to clipboard
abstract fun IncludeTxPowerLevel()

Adds the transmission power level to the advertising data.

Link copied to clipboard
abstract fun ManufacturerData(companyId: Int, data: ByteArray)

Adds the manufacturer data to the advertising data.

Link copied to clipboard
abstract fun ServiceData(shortUuid: Int, data: ByteArray)
abstract fun ServiceData(uuid: Uuid, data: ByteArray)

Adds the service data to the advertising data.

Link copied to clipboard
abstract fun ServiceSolicitationUuid(shortUuid: Int)
abstract fun ServiceSolicitationUuid(uuid: Uuid)

Adds the service UUID to the advertising data, which will be added to the AD field "Service Solicitation X bit UUIDs", depending on the UUID length.

Link copied to clipboard
abstract fun ServiceUuid(shortUuid: Int)
abstract fun ServiceUuid(uuid: Uuid)