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

Pairing devices S130

Hi,

How could i implement Just work pairing method in my "ble central and peripheral" example. I modified project to suit my need, and everything works fine, untill i try to write to peripheral. I figured out i need to set pairing method "just work". Is there any easy way to implement this method?

Parents
  • @nejcokle: Please let me know which firmware you are running on the peripheral peer device ? Did you use the ble_app_hrs for S110 ?

    I don't think pairing is required for that example. However, if you want to implement Justwork pairing, you can have a look at the ble_app_hrs_c for S120, at hrs_c_evt_handler() function where we trigger bonding at BLE_HRS_C_EVT_DISCOVERY_COMPLETE event.

Reply
  • @nejcokle: Please let me know which firmware you are running on the peripheral peer device ? Did you use the ble_app_hrs for S110 ?

    I don't think pairing is required for that example. However, if you want to implement Justwork pairing, you can have a look at the ble_app_hrs_c for S120, at hrs_c_evt_handler() function where we trigger bonding at BLE_HRS_C_EVT_DISCOVERY_COMPLETE event.

Children
No Data
Related