summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJakub Pawlowski <jpawlowski@google.com>2015-04-17 18:09:32 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-04-23 22:03:18 +0200
commite1bc7c9c4bb025497855d85802da51c8bea59c05 (patch)
treeeb1b0e81a61e8b789bb143fa4bbf8b4eb79c7f78 /client
parentc22de2887cd31f42fe389cba143a9d4cf2be54f2 (diff)
downloadbluez-e1bc7c9c4bb025497855d85802da51c8bea59c05.tar.gz
client: Make command info print TxPower and RSSI
This makes command info to also print TxPower and RSSI if available.
Diffstat (limited to 'client')
-rw-r--r--client/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c
index 5250a3375..46ef72a56 100644
--- a/client/main.c
+++ b/client/main.c
@@ -952,6 +952,8 @@ static void cmd_info(const char *arg)
print_property(proxy, "Modalias");
print_property(proxy, "ManufacturerData");
print_property(proxy, "ServiceData");
+ print_property(proxy, "RSSI");
+ print_property(proxy, "TxPower");
}
static void pair_reply(DBusMessage *message, void *user_data)