This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Configuring multiple Peripherals and Centrals when using nRF Connect SDK

I'm using nRF Connect v1.5.0 and Segger Embedded Studio (SES) to develop an application I'm testing on nRF5340-DK.

I want to create a "repeater" that has at least one Central (that can connect to multiple peripherals)  and multiple peripherals (that can be connected to by external Centrals).    When using nRF5 SDK, this can be configured using NRF_SDH_BLE_CENTRAL_LINK_COUNT and NRF_SDH_BLE_PERIPHERAL_COUNT in the sdk_config.h file.

However, I don't see similar CONFIG_ statements when using nRF Connect SDK.      Is this configuration done via prj.conf, or is this performed via some call() that I haven't yet found when using nRF Connect SDK?

Thanks!

Related