Hai ,
In my application i should connect parallel connection and peripheral and central part connections simultaneously.
for this i developed from hrs_relay example .in this example by default NRF_SDH_BLE_CENTRAL_LINK_COUNT has given 2 and NRF_SDH_BLE_GATT_MAX_MTU_SIZE is 23 .
i need to change both i have to more central connection at same time,
so i change values to increase after changing nrf gets resetting due to ram memory size issue ,its doesn't showing any ram size to increase
how can i increase this ?
when i tried with ble_app_blinky_example when i incresed the gatt_size and central count showed the ram size to increase..
how to change here??