Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is protected with Legacy Connection and Preshared OOB key.
When I disable this security, and launch the sample-test_hrm.xml file with the method described in the previous link, I can succesfully connect to my device and see all my services and characteristics .
When i enable the security, I cannot connect anymore, it is because the xml file doesn't contain the OOB key, and API function to use this key to pair with my device.
Is there a xml API function to pair to the device with the OOB key ?
I am in pairing mode, not bonding mode.
Thanks.