measurementProgressStream abstract method

Stream<MeasurementProgress> measurementProgressStream(
  1. BluetoothDevice device
)

Stream of measurement progress events for the given device.

Subscribe to this stream before calling startMeasurement to receive progress updates and completion/failure notifications.

The stream emits:

Implementation

Stream<MeasurementProgress> measurementProgressStream(BluetoothDevice device);