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