Function flipper0::ffi::rfalNfcDiscover

source ·
pub unsafe extern "C" fn rfalNfcDiscover(
    disParams: *const rfalNfcDiscoverParam
) -> u16
Expand description

\brief RFAL NFC Discovery

It set the device in Discovery state. In discovery it will Poll and/or Listen for the technologies configured, and perform Wake-up mode if configured to do so.

The device list passed on disParams must not be empty. The number of devices on the list is indicated by the devLimit and shall be at >= 1.

\param[in] disParams : discovery configuration parameters

\return ERR_WRONG_STATE : Incorrect state for this operation \return ERR_PARAM : Invalid parameters \return ERR_NONE : No error