Searched refs:rw_nfc_decodeTlv (Results 1 – 1 of 1) sorted by relevance
98 static bool rw_nfc_decodeTlv(uint8_t* p_data);1018 tlv_found = rw_nfc_decodeTlv(data); in rw_mfc_handle_read_op()1036 if (!rw_nfc_decodeTlv(data)) { in rw_mfc_handle_read_op()1087 static bool rw_nfc_decodeTlv(uint8_t* data) { in rw_nfc_decodeTlv() function