OnAdvertisingSetStarted
data class OnAdvertisingSetStarted(val advertisingSet: AdvertisingSet?, val txPower: Int, val status: BleAdvertisingStatus) : BleAdvertisingEvent
Event emitted in response to BluetoothLeAdvertiser.startAdvertisingSet indicating result of the operation. If status is BleAdvertisingStatus.ADVERTISE_SUCCESS, then advertisingSet contains the started set and it is advertising. If error occurred, advertisingSet is null, and status will be set to proper error code.
See also
(https://developer.android.com/reference/android/bluetooth/le/AdvertisingSetCallback#onAdvertisingSetStarted(android.bluetooth.le.AdvertisingSet,%20int,%20int))