ATT has the concept that an attribute value has a maximum length and we weren't keeping track of this. --- attrib/att.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attrib/att.h b/attrib/att.h index a563255..ebdb98e 100644 --- a/attrib/att.h +++ b/attrib/att.h @@ -85,7 +85,7 @@ #define ATT_CHAR_PROPER_AUTH 0x40 #define ATT_CHAR_PROPER_EXT_PROPER 0x80 -#define ATT_MAX_MTU 256 +#define ATT_MAX_VALUE_LEN 512 #define ATT_DEFAULT_L2CAP_MTU 48 #define ATT_DEFAULT_LE_MTU 23 -- 1.7.12.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html