characteristics property

  1. @override
List<MovisensBluetoothCharacteristics> characteristics
getter/setter pairoverride

The list of Bluetooth characteristics for this service.

Implementation

@override
List<MovisensBluetoothCharacteristics> characteristics = [
  MovisensBluetoothCharacteristics.bodyPosition,
  MovisensBluetoothCharacteristics.inclination,
  MovisensBluetoothCharacteristics.met,
  MovisensBluetoothCharacteristics.metLevel,
  MovisensBluetoothCharacteristics.movementAcceleration,
  MovisensBluetoothCharacteristics.steps
];