Error - BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE

Hi,

When connecting my Nrf52840 to a PC using BLE nfc, after connection is established, I encountered the following error : BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE – Out of bound key not available.

This error appears no consistently (about 800 test all of them using BLE , about 3- 4  of them usually failed with this error )

BLE version – 4.2

Out of band mode – NFC_PAIRING_MODE_LESC_OOB

 

target device - NRF52840 FreeRTOS based application with soft device 140 7.2.0, sdk 17.2.

Can you please tell me what may be the reason for that issue?

Parents
  • Hi,

    Some follow- up questions

    1) You are getting a BLE_GAP_EVT_AUTH_STATUS event, with auth_status set to BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE (0x82) ?

    This error appears no consistently (about 800 test all of them using BLE , about 3- 4  of them usually failed with this error )

    2) You are testing 800 different nRF52840 devices, and 3-4 of these devices fails with this error? And it's always the same devices that fails?

    3) What PC is this? It has some kind of built-in NFC reader?

Reply
  • Hi,

    Some follow- up questions

    1) You are getting a BLE_GAP_EVT_AUTH_STATUS event, with auth_status set to BLE_GAP_SEC_STATUS_OOB_NOT_AVAILABLE (0x82) ?

    This error appears no consistently (about 800 test all of them using BLE , about 3- 4  of them usually failed with this error )

    2) You are testing 800 different nRF52840 devices, and 3-4 of these devices fails with this error? And it's always the same devices that fails?

    3) What PC is this? It has some kind of built-in NFC reader?

Children
Related