BLE - tune Cordio LL default parameters to reduce the memory required.

pull/10733/head
Vincent Coubard 2019-05-31 16:11:08 +01:00
parent 12bdc0ebdb
commit 11cb7f0119
2 changed files with 7 additions and 7 deletions

View File

@ -3,11 +3,11 @@
"config": {
"max-advertising-sets": {
"help": "Maximum number of advertising sets.",
"value": 4
"value": 3
},
"max-advertising-reports": {
"help": "Maximum number of pending legacy or extended advertising reports.",
"value": 8
"value": 4
},
"default-extended-advertising-fragmentation-size": {
"help": "Default extended advertising data fragmentation size.",
@ -23,7 +23,7 @@
},
"rx-buffers": {
"help": "Default number of receive buffers.",
"value": 8
"value": 4
},
"phy-coded-support": {
"help": "Coded PHY supported.",
@ -39,7 +39,7 @@
},
"tx-buffers": {
"help": "Default number of send buffers",
"value": 8
"value": 4
},
"handle-vendor-specific-hci-commands": {
"help": "Handle VS HCI commands. Valid values are 0 (ignore) and 1 (handle).",

View File

@ -7,15 +7,15 @@
},
"extended-advertising-size": {
"help": "Maximum extended advertising data (and scan data response) size",
"value": 1650
"value": 512
},
"max-acl-size": {
"help": "Maximum ACL buffer size",
"value": 512
"value": 256
},
"tx-buffers": {
"help": "Default number of send buffers",
"value": 16
"value": 4
},
"cryptocell310-acceleration": {
"help": "Should the link layer use the Crypto Cell 310 to offload encryption.",