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

How the connection check with nrf UART app is done?

Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132.

In the ble_peripheral / ble_app_uart example you can only connect through the android apps (nrf UART v2.0 or nrf toolbox).
Which function performs the verification of the connection request that comes from the nrf UART app?
How could you add a peer manager with whitelist?

Thanks

Parents
  • Hello Christoff, you can in fact also connect to ble_app_uart using nRF Connect on iOS, Android and PC.

    There is no "function" that performs "verification" of the connection request. ble_app_uart is a peripheral that will allow any central device to connect. Using whitelist will let you select what devices are approved for connection. There are plenty of examples that use the peer manager and I would recommend looking at them and doing some copy paste Slight smile

Reply
  • Hello Christoff, you can in fact also connect to ble_app_uart using nRF Connect on iOS, Android and PC.

    There is no "function" that performs "verification" of the connection request. ble_app_uart is a peripheral that will allow any central device to connect. Using whitelist will let you select what devices are approved for connection. There are plenty of examples that use the peer manager and I would recommend looking at them and doing some copy paste Slight smile

Children
Related