Skip to content

Commit

Permalink
Merge pull request #7966 from pingdan32/fix_nrf52_total_link
Browse files Browse the repository at this point in the history
nrf52-ble: fix total links count
  • Loading branch information
Cruz Monrreal authored Oct 23, 2018
2 parents 39b4872 + 45ae7f7 commit cd55994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions features/FEATURE_BLE/targets/TARGET_NORDIC/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"value": "1",
"macro_name": "NRF_SDH_BLE_PERIPHERAL_LINK_COUNT"
},
"total_link_count": {
"help": "How many concurrent connections the system support.",
"value": "(NRF_SDH_BLE_CENTRAL_LINK_COUNT + NRF_SDH_BLE_PERIPHERAL_LINK_COUNT)",
"macro_name": "NRF_SDH_BLE_TOTAL_LINK_COUNT"
},
"gatt_attr_tab_size": {
"help": "The size of the table used to hold gatts. Can be adjusted by trial and error",
"value": "0x600",
Expand Down

0 comments on commit cd55994

Please sign in to comment.