startMeasurement abstract method

Future<VtjCommandResult<StartMeasurementResult>> startMeasurement(
  1. BluetoothDevice device,
  2. MeasurementConfig config
)

Start an accelerometer measurement with the given configuration. See BLE Interface Specification Section 7.3

Implementation

Future<VtjCommandResult<StartMeasurementResult>> startMeasurement(
  BluetoothDevice device,
  MeasurementConfig config,
);