diff mbox series

[v2,3/3] client: Print device property "Types"

Message ID 20200521175543.7923-3-sonnysasaka@chromium.org
State New
Headers show
Series [v2,1/3] device: Add device type property | expand

Commit Message

Sonny Sasaka May 21, 2020, 5:55 p.m. UTC
---
 client/main.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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");