From: Daniel Winkler Date: Tue, 16 Mar 2021 23:22:16 +0000 (-0700) Subject: client: Add adv SupportedFeatures to bluetoothctl X-Git-Tag: submit/tizen/20220313.220938~416 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a14f7ef1fa04937f4f1f162981fe0e4d41e88b9f;p=platform%2Fupstream%2Fbluez.git 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 Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/client/main.c b/client/main.c index df71632..39619aa 100644 --- a/client/main.c +++ b/client/main.c @@ -945,6 +945,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) {