@override Future<List<String>> discoverServices() async { return device.gattServices .map((service) => service.uuid.toString()) .toList(); }