I am working from the ble_app_hids_keyboard example. To support multiple centrals, I imagine the first step is changing NRF_SDH_BLE_PERIPHERAL_LINK_COUNT
and NRF_SDH_BLE_TOTAL_LINK_COUNT
. I updated sdk_config.h and changed the default value from 1 to 4. However when I do so, it doesn't even seem to be advertising even for the first device to connect.
Is it possible to extend ble_app_hids_keyboard to support multiple devices (and programmatically switch between them)? Is there something else that I'm supposed to change? I am using the nRF52840 Dongle.
Thank you for your help.