mirror of https://github.com/ARMmbed/mbed-os.git
BLE - Set rx ACL buffer size to the minimum viable in cordio conf.
parent
0baf04dfb4
commit
a74c4ce57f
|
@ -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.",
|
||||
|
|
Loading…
Reference in New Issue