client: Display wake allowed property with info
authorAbhishek Pandit-Subedi <abhishekpandit@chromium.org>
Mon, 6 Jul 2020 20:25:16 +0000 (13:25 -0700)
committerAyush Garg <ayush.garg@samsung.com>
Mon, 12 Apr 2021 09:00:49 +0000 (14:30 +0530)
Display whether the device is configured as wake allowed when queried
with cmd_info.

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

index 24509f6..e4b9aa8 100644 (file)
@@ -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");