This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

BLE NFC - MITM

Hi,

I'm using nrf52840 with an application which supports both BLE connections with mobile and PC via NFC pad.

the file nfc_ble_pair_lib contains the function pm_secure_mode_set.

I'm working with NFC_PAIRING_LESC_OOB mode. By default, in this case - m_sec_param.mitm = 0.

However - as I need mitm protection when connection to a mobile phone, I need to set m_sec_param.mitm to 1, although there is a comment which indicates that MITM flags are cleared.

Are there any issues which can be raised when m_sec_param.mitm set to 1 in nfc_ble_pair_lib.c, when NFC_PAIRING_MODE_LESC_OOB is the security mode?

Thanks!

Parents Reply Children
Related