Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11582b96 authored by Jack He's avatar Jack He Committed by Automerger Merge Worker
Browse files

Merge "Set maximum attribute value to defined by spec Core 5.3" am: 0976a358

parents e632ede7 0976a358
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -247,7 +247,7 @@ inline std::string gatt_disconnection_reason_text(
/* max legth of an attribute value
/* max legth of an attribute value
*/
*/
#ifndef GATT_MAX_ATTR_LEN
#ifndef GATT_MAX_ATTR_LEN
#define GATT_MAX_ATTR_LEN 600
#define GATT_MAX_ATTR_LEN 512
#endif
#endif


/* default GATT MTU size over LE link
/* default GATT MTU size over LE link