From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> 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 1e76aef..f7a50f6 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.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html