Skip to content

Commit cd55994

Browse files
author
Cruz Monrreal
authored
Merge pull request #7966 from pingdan32/fix_nrf52_total_link
nrf52-ble: fix total links count
2 parents 39b4872 + 45ae7f7 commit cd55994

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/mbed_lib.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
"value": "1",
1212
"macro_name": "NRF_SDH_BLE_PERIPHERAL_LINK_COUNT"
1313
},
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+
},
1419
"gatt_attr_tab_size": {
1520
"help": "The size of the table used to hold gatts. Can be adjusted by trial and error",
1621
"value": "0x600",

0 commit comments

Comments
 (0)