CompletedAction
data class CompletedAction<R : GattResponse>(val action: DeviceAction<R>?, val response: R) : DeviceConnectionManager.Event
Event indicating the device completed executing a DeviceAction
Event indicating the device completed executing a DeviceAction