From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This prints the MTU of the characteristic when available. --- client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/main.c b/client/main.c index 229d53262..1746b8c7c 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); -- 2.31.1