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

Hard code bonding, whitelist

Hello,

My goal at the moment is to be able to configure my peer device which utilize ble_app_uart example so it would connect only to a specific master device e.g. android or another NRF device. I have read that I can achieve this by using whitelisting, direct advertising.

  1. What are the options of programmatically telling the peer to connect only to a specific master?

  2. Is it possibile to bond two devices programatically? For example I imagine if I use NFC OOB bondig I would have my android device IRK resolved and other required information. Would it be possibile to use this info to hard code bonding? If yes, then what kind of information I must pass to the peer?

  3. Is it possibile to create a whitelist and put a device address in it without pairing, bonding? e.g. I would know parameters of android devices from bonding before.

Thank you

Related