Searched refs:rw_nfc_decodeTlv (Results 1 – 1 of 1) sorted by relevance
97 static bool rw_nfc_decodeTlv(uint8_t* p_data);1016 tlv_found = rw_nfc_decodeTlv(data); in rw_mfc_handle_read_op()1033 if (!rw_nfc_decodeTlv(data)) { in rw_mfc_handle_read_op()1080 static bool rw_nfc_decodeTlv(uint8_t* data) { in rw_nfc_decodeTlv() function