readCharacteristic method
Reads the value of characteristic under service.
Implementation
@override
Future<Uint8List> readCharacteristic(
Uuid service,
Uuid characteristic,
) async => readValues[characteristic] ?? Uint8List(0);
Reads the value of characteristic under service.
@override
Future<Uint8List> readCharacteristic(
Uuid service,
Uuid characteristic,
) async => readValues[characteristic] ?? Uint8List(0);