diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-07-07 04:50:11 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-07-07 04:50:11 -0700 |
commit | dd6dc18f57235bf19b3886f51c1c91baa5d62ecc (patch) | |
tree | 57eebc6f0878d2d2aa19ccae6ad8332ecbd4c83d /system/stack/include/gatt_api.h | |
parent | 241b2b700fd3cf842291ce13513d6bbb50564560 (diff) | |
parent | c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 (diff) |
Merge c8523f5c9dfc0d3cf2f3ecc3c7f89326733fb276 on remote branch
Change-Id: Ibd4beb7c71dd436610071aff26ccde92e237dfbd
Diffstat (limited to 'system/stack/include/gatt_api.h')
-rw-r--r-- | system/stack/include/gatt_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/stack/include/gatt_api.h b/system/stack/include/gatt_api.h index 33a6eaee6d..b38e943302 100644 --- a/system/stack/include/gatt_api.h +++ b/system/stack/include/gatt_api.h @@ -247,7 +247,7 @@ inline std::string gatt_disconnection_reason_text( /* max legth of an attribute value */ #ifndef GATT_MAX_ATTR_LEN -#define GATT_MAX_ATTR_LEN 600 +#define GATT_MAX_ATTR_LEN 512 #endif /* default GATT MTU size over LE link |