Future<void> send({required Uint8List data}) async { await _characteristicTx.writeWithoutResponse(data: data); }