This makes command info to also print TxPower and RSSI if available. Signed-off-by: Jakub Pawlowski <jpawlowski@xxxxxxxxxx> --- client/main.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html