which function contains bond and pairing information in ble
i am using sdk 16 nrf52832
which function contains bond and pairing information in ble
i am using sdk 16 nrf52832
Hello,
I recommend you use the Peer Manager APIs if you want to retreive bonding information for a particular device rather than using the FDS APIs directly. pm_peer_data_bonding_load() for instance.
Best regards,
Vidar
Hello,
I recommend you use the Peer Manager APIs if you want to retreive bonding information for a particular device rather than using the FDS APIs directly. pm_peer_data_bonding_load() for instance.
Best regards,
Vidar