From: Abhishek Pandit-Subedi Date: Mon, 6 Jul 2020 20:25:16 +0000 (-0700) Subject: client: Display wake allowed property with info X-Git-Tag: accepted/tizen/unified/20210607.124421~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1483c78a0a09c53924d476d12f18098b63aa4e6;p=platform%2Fupstream%2Fbluez.git client: Display wake allowed property with info Display whether the device is configured as wake allowed when queried with cmd_info. Signed-off-by: Anuj Jain Signed-off-by: Ayush Garg --- diff --git a/client/main.c b/client/main.c index 24509f6..e4b9aa8 100644 --- a/client/main.c +++ b/client/main.c @@ -1678,6 +1678,7 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "Trusted"); print_property(proxy, "Blocked"); print_property(proxy, "Connected"); + print_property(proxy, "WakeAllowed"); print_property(proxy, "LegacyPairing"); print_uuids(proxy); print_property(proxy, "Modalias");