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

Enter static passkey without user being prompted in Android with ble_app_uart

I would like to modify ble_app_uart SDK_11 s130 on nRF51-dk to support static passkey. My understanding is that when connecting the Nordic sample app nRF UART v2.0 to ble_app_uart that supports static passkey, the user will be prompted to key in the passkey. What I want is to have this prompting removed. I would like to confirm whether nRF_UART can be modified to automatically (or programatically) enter static passkey during the connection. If yes, which API and/or bluetooth library should I look out for? Is there a convenient function like Connect_To_BLE_device(device_name, passkey)?

Related