summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorDaniel Winkler <danielwinkler@google.com>2021-03-16 16:22:16 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-03-17 11:30:27 -0700
commit0b8e166fd8a93ce455e2501112f31d3426ae723c (patch)
treeb8a2af9f96e2d1756ec3d9beff03e895685621dd /client
parentced871671806fbe191609d04adaada1a4dba31f5 (diff)
downloadbluez-0b8e166fd8a93ce455e2501112f31d3426ae723c.tar.gz
client: Add adv SupportedFeatures to bluetoothctl
This change adds SupportedFeatures to be shown in "show" option of bluetoothctl. It was tested with and without kernel support for features to verify that they are shown or not shown correctly. Change was tested by verifying SupportedFeatures were populated correctly in bluetoothctl on hatch and kukui chromebooks Reviewed-by: Miao-chen Chou <mcchou@chromium.org>
Diffstat (limited to 'client')
-rw-r--r--client/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c
index 79658a463..1669d2c89 100644
--- a/client/main.c
+++ b/client/main.c
@@ -942,6 +942,7 @@ static void cmd_show(int argc, char *argv[])
print_property(adapter->ad_proxy, "SupportedIncludes");
print_property(adapter->ad_proxy, "SupportedSecondaryChannels");
print_property(adapter->ad_proxy, "SupportedCapabilities");
+ print_property(adapter->ad_proxy, "SupportedFeatures");
}
if (adapter->adv_monitor_proxy) {