Diff between f2677c0153fda6ec30b615f8b449c95d0339a880 and f253711c0e46cffe68a7c2361580b458520c121e
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 a1c536c..88b5d5d 100644
--- a/client/main.c
+++ b/client/main.c
@@ -908,6 +908,8 @@ static void cmd_show(int argc, char *argv[])
bt_shell_printf("Controller %s\n", address);
}
+ print_property(adapter->proxy, "Manufacturer");
+ print_property(adapter->proxy, "Version");
print_property(adapter->proxy, "Name");
print_property(adapter->proxy, "Alias");
print_property(adapter->proxy, "Class");