Module: | ilumi H52 BLE module (nRF52832) |
SDK: | nRF5_SDK_15.2.0_9412b96 |
Softdevice: | 132_nrf52_6.1.0_softdevice.hex |
Compiler: | gcc version 7.3.1 20180622 (release) [ARM/embedded-7-branch revision 261907] (15:7-2018-q2-4) |
Hello,
I'm working with ble multiperipheral / app_UART (NUS) examples.
Since UART (NUS) example doesn't support pairing, I had to implement pairing manually.
Pairing works now. But central devices can still connect to the peripheral without pairing. Requirement is that only bonded devices are able to use the UART service. How can this be accomplished? How to force pairing / bonding for all connecting devices?