Diff between c22de2887cd31f42fe389cba143a9d4cf2be54f2 and e1bc7c9c4bb025497855d85802da51c8bea59c05
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +2 | -0 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 5250a33..46ef72a 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)