Message ID | 20200127180433.BlueZ.v3.3.I80d0e557c53f464415742324eb3ff2cc4cdcbc2a@changeid |
---|---|
State | New |
Headers | show |
Series | [BlueZ,v3,1/5] mgmt: Add docs for Set Wake Capable | expand |
diff --git a/client/main.c b/client/main.c index 8bd0bac9e..5c53fe08d 100644 --- a/client/main.c +++ b/client/main.c @@ -1609,6 +1609,7 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "Trusted"); print_property(proxy, "Blocked"); print_property(proxy, "Connected"); + print_property(proxy, "WakeCapable"); print_property(proxy, "LegacyPairing"); print_uuids(proxy); print_property(proxy, "Modalias");