Hi,
I am attempting to create a secure BLE connection in security mode 1 and level 3. I noticed that when I simply call sd_ble_gap_authenticate with MITM = 1 it seems to put me in that security mode. This seems odd to me as I thought I would also need to call sd_ble_gap_encrypt to complete this process. So does sd_ble_gap_authenticate create both an authenticated and encrypted connection at once?
This is my suspicion, since there isn't an option in the BLE standard for an authenticated and unencrypted connection.
Thanks and let me know,
-Taylor Nesheim