We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39b4872 + 45ae7f7 commit cd55994Copy full SHA for cd55994
features/FEATURE_BLE/targets/TARGET_NORDIC/mbed_lib.json
@@ -11,6 +11,11 @@
11
"value": "1",
12
"macro_name": "NRF_SDH_BLE_PERIPHERAL_LINK_COUNT"
13
},
14
+ "total_link_count": {
15
+ "help": "How many concurrent connections the system support.",
16
+ "value": "(NRF_SDH_BLE_CENTRAL_LINK_COUNT + NRF_SDH_BLE_PERIPHERAL_LINK_COUNT)",
17
+ "macro_name": "NRF_SDH_BLE_TOTAL_LINK_COUNT"
18
+ },
19
"gatt_attr_tab_size": {
20
"help": "The size of the table used to hold gatts. Can be adjusted by trial and error",
21
"value": "0x600",
0 commit comments