stopMeasurement abstract method

Future<VtjCommandResult<StopMeasurementResult>> stopMeasurement(
  1. BluetoothDevice device
)

Prematurely stop an accelerometer measurement. See BLE Interface Specification Section 7.4

Implementation

Future<VtjCommandResult<StopMeasurementResult>> stopMeasurement(
  BluetoothDevice device,
);