ncs tag 1.6.1
Ubuntu 20.04
Hi
I am evaluating the Nordic nRF52840 using the Connect SDK. The nRF5 SDK has an example, ble_app_multiperipheral, showcasing a single peripheral that can allow multiple simultaneous connections.
I used the peripheral_uart example from the Connect SDK, in hopes that I can achieve a similar result, and added the following into the connect handler:
bt_le_adv_start(BT_LE_ADV_CONN, ad, ARRAY_SIZE(ad), sd, ARRAY_SIZE(sd));
I hoped this would cause the advertisement to start again and allow an additional connection, alas it did not. I did use the configuration tool to boost the maximum number of simultaneous connections.
I've done an exhaustive search to try and find a similar example to ble_app_multiperipheral as in the other SDK but for the Connect SDK.
Is this possible and how can it be done?