pub unsafe extern "C" fn rfalNfcbPollerCollisionResolution(
    compMode: rfalComplianceMode,
    devLimit: u8,
    nfcbDevList: *mut rfalNfcbListenDevice,
    devCnt: *mut u8
) -> u16
Expand description

\brief NFC-B Poller Collision Resolution

NFC-B Collision resolution Listener device/card (PICC) as defined in Activity 1.1 9.3.5

This function is used to perform collision resolution for detection in case of multiple NFC Forum Devices with Technology B detected. Target with valid SENSB_RES will be stored in devInfo and nfcbDevCount incremented.

\param[in] compMode : compliance mode to be performed \param[in] devLimit : device limit value, and size nfcbDevList \param[out] nfcbDevList : NFC-B 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_PROTO : Protocol error detected \return ERR_NONE : No error