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