fix(ble/bluedroid): Change maximum length of attribute value to 517
(cherry picked from commit df8c1f7a96a42010349171819ba984916b997db2) Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
This commit is contained in:
@@ -139,7 +139,7 @@ typedef UINT16 tGATT_DISCONN_REASON;
|
||||
/* max length of an attribute value
|
||||
*/
|
||||
#ifndef GATT_MAX_ATTR_LEN
|
||||
#define GATT_MAX_ATTR_LEN 512
|
||||
#define GATT_MAX_ATTR_LEN GATT_MAX_MTU_SIZE
|
||||
#endif
|
||||
|
||||
/* default GATT MTU size over LE link
|
||||
|
||||
Reference in New Issue
Block a user