From 373146be299fb07de38b841ed1320c0b78d33c12 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis Date: Thu, 24 Apr 2025 18:29:29 +0200 Subject: [PATCH] client: Print CablePairing property When using the `info` command, include the new CablePairing value. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index 6039aa50c..a2d9d88bf 100644 --- a/client/main.c +++ b/client/main.c @@ -1705,6 +1705,7 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "Connected"); print_property(proxy, "WakeAllowed"); print_property(proxy, "LegacyPairing"); + print_property(proxy, "CablePairing"); print_uuids(proxy); print_property(proxy, "Modalias"); print_property(proxy, "ManufacturerData"); -- 2.47.3