From d4c2c8a47358d6ce124f8465fa8c9d9a12fc8164 Mon Sep 17 00:00:00 2001 From: Abhishek Pandit-Subedi Date: Mon, 6 Jul 2020 13:25:16 -0700 Subject: [PATCH] client: Display wake allowed property with info Display whether the device is configured as wake allowed when queried with cmd_info. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index c0b351aed..5186dde72 100644 --- a/client/main.c +++ b/client/main.c @@ -1675,6 +1675,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"); -- 2.47.3