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

PC Repeat Pair

hi

I use nrf52833 and nRF5_SDK_17.0.2_d674dde HID keyborad demo.

1. I pair PC success first , then I erase_bonds ,and repeat pair my pc. with other  address  but PC do not pair OK. if PC delect pair information, it is ok.

2. the same way   repeat pair  android phone is OK.

3. I add PM_EVT_CONN_SEC_FAILED error is BLE_GAP_SEC_STATUS_UNSPECIFIED. 

4. I add

case PM_EVT_CONN_SEC_CONFIG_REQ:
conn_sec_config.allow_repairing= true;
pm_conn_sec_config_reply(p_evt->conn_handle,&conn_sec_config);

break;

But do not run here.

Maybe Have some reason  please or my PC donot support repear pair?

Parents Reply
  • print log error:0 .

    maybe set OK?

    My application is

    1 .my device pair and bond  notebook (win10)。

    2. I use button delect my device address, then use one new address pair bond notebook。(notebook have not delet  pre device bond information  )

    3. notebook can find device (new address) ,but can not pair and bond。

    if notebook delet pre bond information, can pair and bond new address device。

    so i want to change irk for notebook can repeat pair bond when do not delet pre device。

    i am not sure is ok? or have other way ?

    Thanks

Children
No Data
Related