OnScanResponseDataSet
data class OnScanResponseDataSet(val advertisingSet: AdvertisingSet, val status: BleAdvertisingStatus) : BleAdvertisingEvent
Event emitted in response to AdvertisingSet.setAdvertisingData indicating result of the operation.
See also
(https://developer.android.com/reference/android/bluetooth/le/AdvertisingSetCallback#onScanResponseDataSet(android.bluetooth.le.AdvertisingSet,%20int))