pub unsafe extern "C" fn rfalNfcaPollerSleepFullCollisionResolution(
    devLimit: u8,
    nfcaDevList: *mut rfalNfcaListenDevice,
    devCnt: *mut u8
) -> u16
Expand description

\brief NFC-A Poller Full Collision Resolution with Sleep

Performs a full Collision resolution similar to rfalNfcaPollerFullCollisionResolution but an additional SLP_REQ (HLTA) -> SENS_RES (REQA) is sent regardless if there was a collision. This proprietary behaviour ensures proper activation of certain devices that suffer from influence of Type B commands as foreseen in ISO14443-3 5.2.3 or were somehow not detected by the first round of collision resolution

\param[in] devLimit : device limit value, and size nfcaDevList \param[out] nfcaDevList : NFC-A listener device info \param[out] devCnt : Devices found counter

\return ERR_WRONG_STATE : RFAL not initialized or mode not set \return ERR_PARAM : Invalid parameters \return ERR_IO : Generic internal error \return ERR_NONE : No error