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

Add static passkey support to ble_app_uart

I am running ble_app_uart sample code on nRF-dk using SoftDevice n130. It is working fine.

Currently, when nRF UART app connects to ble_app_uart, user does not need to key in pin code. I would like to modify ble_app_uart such that user needs to key in a pin code before connection is established. How can this be done? Which example should I refer to for pin code implementation? Does nRF UART app need to be modified as well to support this pin code feature?

Related