From a926593bef05eb79f42a2eba57c84611a5b5a910 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 15 Apr 2015 10:55:09 +0300 Subject: [PATCH] client: Make command info print ManufacturerData This makes command info to also print ManufacturerData if available. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index 1e76aef4b..f7a50f69a 100644 --- a/client/main.c +++ b/client/main.c @@ -950,6 +950,7 @@ static void cmd_info(const char *arg) print_property(proxy, "LegacyPairing"); print_uuids(proxy); print_property(proxy, "Modalias"); + print_property(proxy, "ManufacturerData"); } static void pair_reply(DBusMessage *message, void *user_data) -- 2.47.3