Hello, In what code structures (from SDK) the storing bond information for the Android and iOs devices (random static or public addresses and private resolvable addresses)?
Hello, In what code structures (from SDK) the storing bond information for the Android and iOs devices (random static or public addresses and private resolvable addresses)?
Hi Geo,
The bond information and bonding process is handled by the device manager library module in the SDK. It's pretty big module. You should look at the function called device_context_store() in the module. It's where we store the bond information when we finish bonding procedure (BLE_GAP_EVT_AUTH_STATUS event)