--- client/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.c b/client/main.c index f3369e89a..a1d941e30 100644 --- a/client/main.c +++ b/client/main.c @@ -872,6 +872,7 @@ static void cmd_show(int argc, char *argv[]) print_property(proxy, "Powered"); print_property(proxy, "Discoverable"); print_property(proxy, "Pairable"); + print_property(proxy, "LEAddressType"); print_uuids(proxy); print_property(proxy, "Modalias"); print_property(proxy, "Discovering"); @@ -1447,6 +1448,7 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "Blocked"); print_property(proxy, "Connected"); print_property(proxy, "LegacyPairing"); + print_property(proxy, "LEAddressType"); print_uuids(proxy); print_property(proxy, "Modalias"); print_property(proxy, "ManufacturerData"); -- 2.14.3 -- 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