observeValues
fun <T> Peripheral.observeValues(characteristic: Characteristic, decoder: BleDecoder<T>, backpressure: BackpressureStrategy = BackpressureStrategy.Latest): Flow<T>
Observe decoded values with transparent reconnection.
Observe decoded values with transparent reconnection.