From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This makes command info to also print ServiceData if available. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index f7a50f6..5250a33 100644 --- a/client/main.c +++ b/client/main.c @@ -951,6 +951,7 @@ static void cmd_info(const char *arg) print_uuids(proxy); print_property(proxy, "Modalias"); print_property(proxy, "ManufacturerData"); + print_property(proxy, "ServiceData"); } 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