diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-22 10:25:52 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-06-22 10:25:52 +0000 |
commit | 2e398f48ced7557f159da674227528cf3a67034d (patch) | |
tree | 50094b30fcb342b6ff25463a18f33861bec67970 /system/stack/include/gatt_api.h | |
parent | 8708c09ddf80a046e60682c5d14f0bd6c01b54a9 (diff) | |
parent | 038cbfea4ae8c00c5a325ee9113b96412267b7d5 (diff) |
Snap for 8752685 from 038cbfea4ae8c00c5a325ee9113b96412267b7d5 to t-keystone-qcom-release
Change-Id: I0d7d40624614134b902694372d21e9570e07da30
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 |