Message ID | 20200521175543.7923-3-sonnysasaka@chromium.org |
---|---|
State | New |
Headers | show |
Series | [v2,1/3] device: Add device type property | expand |
diff --git a/client/main.c b/client/main.c index 422da5593..dd8c28cb3 100644 --- a/client/main.c +++ b/client/main.c @@ -1628,6 +1628,7 @@ static void cmd_info(int argc, char *argv[]) bt_shell_printf("Device %s\n", address); } + print_property(proxy, "Types"); print_property(proxy, "Name"); print_property(proxy, "Alias"); print_property(proxy, "Class");