Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask some questions about BLE security setting.
1. If I want to enable LE secure connections (just work), all I need to do is to set SEC_PARAM_LESC to 1 if both central and peripheral are nRF51822? Do I need to further modify sec_param or add some code?
2. If I want to enable MITM but both central and peripheral do not have any I/O hardware, can I use static passkey? Do BLE spec support static pass key?
3. If using static pass key is possible, can you provide some examples to illustrate how to implement static pass key?
Thank you.