BLE - Set rx ACL buffer size to the minimum viable in cordio conf.

pull/10733/head
Vincent Coubard 2019-05-31 16:09:28 +01:00
parent 0baf04dfb4
commit a74c4ce57f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
},
"rx-acl-buffer-size": {
"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.",
"value": 100
"value": 70
},
"max-prepared-writes": {
"help": "Number of queued prepare writes supported by server.",