2020-10-01 23:02:50

by Daniel Winkler

[permalink] [raw]
Subject: [Bluez PATCH v4 09/10] client: Add SupportedCapabilities to bluetoothctl

This patch adds the new "SupportedCapabilities" property to the
bluetoothctl "show" view.

The change is tested by verifying bluetoothctl shows the desired
properties.

Reviewed-by: Sonny Sasaka <[email protected]>
Reviewed-by: Alain Michaud <[email protected]>
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

client/main.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/client/main.c b/client/main.c
index 60f1eb86e..9403f1af6 100644
--- a/client/main.c
+++ b/client/main.c
@@ -941,6 +941,7 @@ static void cmd_show(int argc, char *argv[])
print_property(adapter->ad_proxy, "SupportedInstances");
print_property(adapter->ad_proxy, "SupportedIncludes");
print_property(adapter->ad_proxy, "SupportedSecondaryChannels");
+ print_property(adapter->ad_proxy, "SupportedCapabilities");
}

if (adapter->adv_monitor_proxy) {
--
2.28.0.709.gb0816b6eb0-goog