OnAdvertisingParametersUpdated

data class OnAdvertisingParametersUpdated(val advertisingSet: AdvertisingSet, val txPower: Int, val status: BleAdvertisingStatus) : BleAdvertisingEvent

Event emitted in response to AdvertisingSet.setAdvertisingParameters indicating result of the operation.

See also

(https://developer.android.com/reference/android/bluetooth/le/AdvertisingSetCallback#onAdvertisingParametersUpdated(android.bluetooth.le.AdvertisingSet,%20int,%20int))

Constructors

Link copied to clipboard
constructor(advertisingSet: AdvertisingSet, txPower: Int, status: BleAdvertisingStatus)

Properties

Link copied to clipboard

The advertising set.

Link copied to clipboard

Status of the operation.

Link copied to clipboard

Transmitter power that will be used for this set.