stopFetchMeasurement abstract method

Future<VtjCommandResult<StopFetchMeasurementResult>> stopFetchMeasurement(
  1. BluetoothDevice device
)

Stop sending measurement data (started with fetchMeasurement). See BLE Interface Specification Section 7.13

Implementation

Future<VtjCommandResult<StopFetchMeasurementResult>> stopFetchMeasurement(
  BluetoothDevice device,
);