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

Is there an example of Bluetooth pairing control?

Hello, I'm a beginner who just entered Nordic.

It may be difficult to read because I am not good at English. Please excuse me.

I use NRF52DK and SDK v17, and I'm developing it in 'ble_app_uart' example. And I'm looking for examples of how you can control Bluetooth pairing.

I want to start pairing through button input. I think in order to do that, It should not request pairing until enter the button.

Where can I find these examples? Is there anything I can refer to?

And I'm trying to merge the 'ble_app_uart' example with the 'pwm_library' example. However, as these two are merged, an error about the nrfx_timer appears.
I tried to change the settings for this in sdk_config, but there is still the same problem. Is there anything to refer to?

I'd really appreciate your help. Thank you.

Related