Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Understanding the BLE NUS example

Hi everyone,

I'm currently trying to make sense of the ble_app_uart example (SDK v15.0.0, SD 132 v6, nRF52832 DK).

In particular the line

BLE_NUS_DEF(m_nus, NRF_SDH_BLE_TOTAL_LINK_COUNT);


bothers me.

I've read the BLE tutorials provided by Nordic. If I understood them correctly, a peripheral / server device is connected to one central / client device. My understanding of above mentioned line is that this UART service peripheral is able accept connections from multiple UART service clients which would violate aforementioned restriction connection.

Did I interpret the code wrong?

Regards,

lhochstetter

Parents Reply Children
Related