[PATCH BlueZ v3 6/6] client: Display SecurityLevel in device info
Frédéric Danis <[email protected]>
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
--- client/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/main.c b/client/main.c index 069e20485..0531c9de1 100644 --- a/client/main.c +++ b/client/main.c @@ -1918,6 +1918,8 @@ static void cmd_info(int argc, char *argv[]) print_property(proxy, "WakeAllowed"); print_property(proxy, "LegacyPairing"); print_property(proxy, "CablePairing"); + print_property(proxy, "SecurityLevel"); + print_property(proxy, "EncryptionType"); print_uuids(proxy); print_property(proxy, "Modalias"); print_property(proxy, "ManufacturerData"); -- 2.43.0