File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
features/FEATURE_BLE/targets
TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_MCU_NRF52840 Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3
3
"config": {
4
4
"max-advertising-sets": {
5
5
"help": "Maximum number of advertising sets.",
6
- "value": 4
6
+ "value": 3
7
7
},
8
8
"max-advertising-reports": {
9
9
"help": "Maximum number of pending legacy or extended advertising reports.",
10
- "value": 8
10
+ "value": 4
11
11
},
12
12
"default-extended-advertising-fragmentation-size": {
13
13
"help": "Default extended advertising data fragmentation size.",
23
23
},
24
24
"rx-buffers": {
25
25
"help": "Default number of receive buffers.",
26
- "value": 8
26
+ "value": 4
27
27
},
28
28
"phy-coded-support": {
29
29
"help": "Coded PHY supported.",
39
39
},
40
40
"tx-buffers": {
41
41
"help": "Default number of send buffers",
42
- "value": 8
42
+ "value": 4
43
43
},
44
44
"handle-vendor-specific-hci-commands": {
45
45
"help": "Handle VS HCI commands. Valid values are 0 (ignore) and 1 (handle).",
Original file line number Diff line number Diff line change 7
7
},
8
8
"extended-advertising-size": {
9
9
"help": "Maximum extended advertising data (and scan data response) size",
10
- "value": 1650
10
+ "value": 512
11
11
},
12
12
"max-acl-size": {
13
13
"help": "Maximum ACL buffer size",
14
- "value": 512
14
+ "value": 256
15
15
},
16
16
"tx-buffers": {
17
17
"help": "Default number of send buffers",
18
- "value": 16
18
+ "value": 4
19
19
},
20
20
"cryptocell310-acceleration": {
21
21
"help": "Should the link layer use the Crypto Cell 310 to offload encryption.",
You can’t perform that action at this time.
0 commit comments