Which mechanism does nRF52832 provide for BLE connection security?
Which mechanism does nRF52832 provide for BLE connection security?
Hi,
Depends on the SDK that you are using. For the nRF5-SDK, the Peer Manager module is used to implement the BLE security and for the nRF Connect SDK the security is handled directly by the Bluetooth Host.
Regards,
Priyanka
Does Nordic provide sample code about how to use peer manager module?
You can refer the Heart Rate sample.
-Priyanka