Merge pull request #7966 from pingdan32/fix_nrf52_total_link

nrf52-ble: fix total links count
pull/8528/head
Cruz Monrreal 2018-10-23 12:32:17 -05:00 committed by GitHub
commit cd559940b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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",