Diff between e932ff330fd04ec7c3fccd2a021b00f39df4ee3d and 8e5142a1fad5182c4b2ace826a077966f24b3848

Changed Files

File Additions Deletions Status
client/player.c +4 -0 modified

Full Patch

diff --git a/client/player.c b/client/player.c
index 6953eff..d1809f2 100644
--- a/client/player.c
+++ b/client/player.c
@@ -2142,6 +2142,10 @@ static void cmd_show_endpoint(int argc, char *argv[])
 	print_property(proxy, "Capabilities");
 	print_property(proxy, "Device");
 	print_property(proxy, "DelayReporting");
+	print_property(proxy, "Locations");
+	print_property(proxy, "SupportedContext");
+	print_property(proxy, "Context");
+	print_property(proxy, "QoS");
 
 	return bt_shell_noninteractive_quit(EXIT_SUCCESS);
 }