summaryrefslogtreecommitdiff
path: root/attrib/att.h
diff options
context:
space:
mode:
authorVinicius Costa Gomes <vinicius.gomes@openbossa.org>2012-10-10 20:35:00 -0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-11 08:46:33 +0200
commit9111ffe1c0f680d8c8a4a19888d630888c6e4db5 (patch)
tree4cc9fe2e3d907364a7bec6378332a0550dc9c856 /attrib/att.h
parenta2e4b27451e47c5a6da6f640b5ea9cc2ec1f8804 (diff)
downloadbluez-9111ffe1c0f680d8c8a4a19888d630888c6e4db5.tar.gz
att: Replace ATT_MAX_MTU with ATT_MAX_VALUE_LEN
ATT has the concept that an attribute value has a maximum length and we weren't keeping track of this.
Diffstat (limited to 'attrib/att.h')
-rw-r--r--attrib/att.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/attrib/att.h b/attrib/att.h
index a56325588..ebdb98e02 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