Hello,
I'm considering writing BLE relay application, where central side should bond and encrypt connections (cause sensor device requires it and will not function without it), and peripheral side should not encrypt and should not require bonding (cause central device to which the data would be relayed does not support bonding/encryption). I'm currently looking at ble_app_hrs_rscs_relay example, and i see that it uses "peer manager" module to simplify bonding/encryption management. Can this example be adjusted in a way where peer manager would only work for central role (allowing for easy bonding/encryption), and peripheral role would not require bonding/encryption (not using peer manager, or using it with different parameters) ?
Second question - which softdevice should i use for such an application when using nRF52840 IC?
Thanks,
Wojtek