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

OOB Bonding SDK15. Question

Hi!

1. Is there any method to make paring and bonding without radio channel? For ex. write any data directly to .hex to periph and central devices.

2. Is it possible to use some OOB Bonding algorithm for mass storage production? For ex., write to both devices some password in to flash and then execute the code that makes the OOB using this code?

Parents Reply
  • Hi,

    I read your previous post too quickly. My understanding when I wrote the previous post was that you wanted to bond the two devices without any RF communication between them until after they have been bonded, but I see now that you only wanted to avoid sending the key over the air. That was what I briefly described in my initial answer.

    To be more specific, you can use normal OOB pairing method, using keys that you have already programmed to the flash during production. In this case, you provide the key with sd_ble_gap_auth_key_reply() when you get a BLE_GAP_EVT_AUTH_KEY_REQUEST event. You should configure the Peer manager for OOB pairing as described here.

Children
Related