Diff between 3a6b5f5ec14c7b1f06bf7008eb4f7aa00ec65240 and 1e9ce5ed80f1f7c2fc80b14ba72e667403e9c88f
Changed Files
| File | Additions | Deletions | Status |
| client/main.c | +1 | -0 | modified |
Full Patch
diff --git a/client/main.c b/client/main.c
index 229d532..1746b8c 100644
--- a/client/main.c
+++ b/client/main.c
@@ -2232,6 +2232,7 @@ static void cmd_attribute_info(int argc, char *argv[])
print_property(proxy, "Value");
print_property(proxy, "Notifying");
print_property(proxy, "Flags");
+ print_property(proxy, "MTU");
print_property(proxy, "Descriptors");
} else if (!strcmp(iface, "org.bluez.GattDescriptor1")) {
bt_shell_printf("Descriptor - %s\n", text);