I have modified the experimental_ble_eddystone app to be a connectable beacon. To do this I need to increase the peripheral_link_count to 1 from 0. In others words I want to make it a connectable beacon.
I get err_code 12 when I enable the softdevice by err_code = softdevice_enable(&ble_enable_params).
I guess I need to increase the RAM size given the connection. How much do I increase the RAM and where. I am using Keal and SD132 2.0.0.2 alpha.
Thanks!