pub unsafe extern "C" fn rfalNfcaListenerIsSleepReq(
    buf: *const u8,
    bufLen: u16
) -> bool
Expand description

\brief NFC-A Listener is SLP_REQ

Checks if the given buffer contains valid NFC-A SLP_REQ (HALT)

\param[in] buf: buffer containing data \param[in] bufLen: length of the data in buffer to be checked

\return true if data in buf contains a SLP_REQ ; false otherwise