This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to implement the static PIN type pairing?

Hi, I am using SDK6.1 and SD7.0 for our application. I would like to know how to implement the static PIN type pairing? I have searched Nordic's developers zone and found some information. devzone.nordicsemi.com/.../

I have implemented following changes for static pin , and found that it's not working.

uint8_t passkey[] = "123456";
ble_opt_t ble_opt;
ble_opt.gap.passkey.p_passkey = &passkey[0];
(void) sd_ble_opt_set(BLE_GAP_OPT_PASSKEY, &ble_opt);

I will be very much thankful if someone helps me in this regard. Thanking you very much!!! Regards, Raju

Parents Reply Children
No Data
Related