stopMeasurement abstract method
Prematurely stop an accelerometer measurement. See BLE Interface Specification Section 7.4
Implementation
Future<VtjCommandResult<StopMeasurementResult>> stopMeasurement(
BluetoothDevice device,
);
Prematurely stop an accelerometer measurement. See BLE Interface Specification Section 7.4
Future<VtjCommandResult<StopMeasurementResult>> stopMeasurement(
BluetoothDevice device,
);