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

POC BLE security

Hello,

As part of a Proof of concept reason on nRF52840 based SDK15.2 and s132_nrf52_6.1.0_softdevice, our BLE communication should support
Just Work security and no secure depending on Host requirement.

Is this possible?
If yes, how can be built?
Best Regards,
Mehdi.

  • Hi,

    If you use one of the BLE peripheral examples that use peer manager (for instance Heart Rate sensor), then you can find they all support Just Works. So I suggest that you use one of those as a starting point for you application. If you want to allow the peer to use the BLE peripheral device even without encryption, then you need to configure the security level on the database characteristics to OPEN (no encryption required).

    Kenneth

Related