Skip to content

Commit a74c4ce

Browse files
committed
BLE - Set rx ACL buffer size to the minimum viable in cordio conf.
1 parent 0baf04d commit a74c4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/mbed_lib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"rx-acl-buffer-size": {
5555
"help": "Size of the buffer holding the reassembled complete ACL packet. This will limit the effective ATT_MTU (to its value minus 4 bytes for the header). The size of the buffer must be small enough to be allocated from the existing cordio pool. If this value is increased you may need to adjust the memory pool.",
56-
"value": 100
56+
"value": 70
5757
},
5858
"max-prepared-writes": {
5959
"help": "Number of queued prepare writes supported by server.",

0 commit comments

Comments
 (0)