Hi,
I got a problem that when I try to use BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM for characteristic.
As I follow the tutorial to create the custom service, when I changed "BLE_GAP_CONN_SEC_MODE_SET_OPEN" to "BLE_GAP_CONN_SEC_MODE_SET_ENC_NO_MITM" then the application run failed and show fatal error.
Is there any point that I miss it ? Or how to create the characteristic with encryption correctly ?
I used SDK v15 BTY.
Thanks.