client: Add SupportedCapabilities to bluetoothctl
authorDaniel Winkler <danielwinkler@google.com>
Thu, 29 Oct 2020 23:06:21 +0000 (16:06 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:33 +0000 (19:08 +0530)
This patch adds the new "SupportedCapabilities" property to the
bluetoothctl "show" view.

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

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
client/main.c

index eb647b6..2fde5b6 100644 (file)
@@ -944,6 +944,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) {