summaryrefslogtreecommitdiff
path: root/client/main.c
diff options
context:
space:
mode:
authorDaniel Winkler <danielwinkler@google.com>2020-10-29 16:06:21 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2020-10-29 17:45:40 -0700
commit664c55440b36eaad73b0ce6d400ed3334f872151 (patch)
tree42499a17ed7d3853bfdf3ac9fac511fd1d82d461 /client/main.c
parent3e6157966f4d76b410fb0d1f371e07415d3d141a (diff)
downloadbluez-664c55440b36eaad73b0ce6d400ed3334f872151.tar.gz
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.
Diffstat (limited to 'client/main.c')
-rw-r--r--client/main.c1
1 files changed, 1 insertions, 0 deletions
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) {