Hi
I'm working on nRF52832 with SDK 15.2.0.
I have a device which is based on ble_app_hrs_rscs_relay.
I added pm_handler_secure_on_connection in ble_evt_handler and set PM_HANDLER_SEC_DELAY_MS to 4000.
I also set hrs_init.hrm_cccd_wr_sec/hrs_init.bsl_rd_sec/rscs_init.rsc_feature_rd_sec/rscs_init.rsc_meas_cccd_wr_sec to SEC_JUST_WORKS.
The first time I used iphone to connect my device and everything went well.
But, when I erased my device and used iphone to connect again.
Iphone will show pairing request dialog, after I pressed "Pair" option, I can't send or receive any data from my device.
Does anyone know how to fix this issue?