public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] client/player: Print MediaEndpoint.SupportedFeatures
@ 2025-12-01 18:06 Luiz Augusto von Dentz
  2025-12-01 19:13 ` [BlueZ,v1] " bluez.test.bot
  2025-12-02 14:30 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth
  0 siblings, 2 replies; 3+ messages in thread
From: Luiz Augusto von Dentz @ 2025-12-01 18:06 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This makes command endpoint.show print the MediaEndpoint interface
property SupportedFeatures.
---
 client/player.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/player.c b/client/player.c
index 54fcbb7601c0..121c64f0a8d4 100644
--- a/client/player.c
+++ b/client/player.c
@@ -2937,6 +2937,7 @@ static void print_endpoint_properties(GDBusProxy *proxy)
 	print_property(proxy, "SupportedContext");
 	print_property(proxy, "Context");
 	print_property(proxy, "QoS");
+	print_property(proxy, "SupportedFeatures");
 }
 
 static void print_endpoints(void *data, void *user_data)
-- 
2.51.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-12-02 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-01 18:06 [PATCH BlueZ v1] client/player: Print MediaEndpoint.SupportedFeatures Luiz Augusto von Dentz
2025-12-01 19:13 ` [BlueZ,v1] " bluez.test.bot
2025-12-02 14:30 ` [PATCH BlueZ v1] " patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox