Hi All,
I'm using SDK17.1.0 and I have a question about pairing.
I have a project that references the ble_app_bps program, but I don't get pairing notifications when I connect.
Can anyone tell me how the pairing is programmed?
Best regards,
Kai
Hi All,
I'm using SDK17.1.0 and I have a question about pairing.
I have a project that references the ble_app_bps program, but I don't get pairing notifications when I connect.
Can anyone tell me how the pairing is programmed?
Best regards,
Kai
Hello,
To support pairing/bonding, you need to include the peer manager module in the application:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_peer_manager.html
I recommend to start with a project that already include peer manager, since including it is not straight forward.
If you are a peripheral device, then it is typically the central that will inititate the security procedures.
Kenneth
Hello,
To support pairing/bonding, you need to include the peer manager module in the application:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.1.0/lib_peer_manager.html
I recommend to start with a project that already include peer manager, since including it is not straight forward.
If you are a peripheral device, then it is typically the central that will inititate the security procedures.
Kenneth
Hi Kenneth,
I am using ble_app_uart to implement pairing, I have searched some information on how to set up a pairing environment.
Here is my project, please help me to find out why the mobile phone does not jump out of the pairing notification.
Best regards,
Kai
Hi All,
The answer can refer to this task.