OnAdvertisingDataSet
data class OnAdvertisingDataSet(val advertisingSet: AdvertisingSet, val status: BleAdvertisingStatus) : BleAdvertisingEvent
Event emitted in response to AdvertisingSet.setAdvertisingData indicating result of the operation. If status is BleAdvertisingStatus.ADVERTISE_SUCCESS, then data was changed.
See also
(https://developer.android.com/reference/android/bluetooth/le/AdvertisingSetCallback#onAdvertisingDataSet(android.bluetooth.le.AdvertisingSet,%20int)