Home
last modified time | relevance | path

Searched refs:ndef_len (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/nfc/tags/
Dce_t3t.cc377 uint32_t ndef_len; in ce_t3t_handle_check_cmd() local
435 ndef_len = p_cb->ndef_info.scratch_ln; in ce_t3t_handle_check_cmd()
438 ndef_len = p_cb->ndef_info.ln; in ce_t3t_handle_check_cmd()
448 UINT8_TO_STREAM(p_dst, (ndef_len >> 16 & 0xFF)); in ce_t3t_handle_check_cmd()
449 UINT16_TO_BE_STREAM(p_dst, (ndef_len & 0xFFFF)); in ce_t3t_handle_check_cmd()
Drw_t4t.cc98 static bool rw_t4t_update_nlen(uint16_t ndef_len);
714 static bool rw_t4t_update_nlen(uint16_t ndef_len) { in rw_t4t_update_nlen() argument
718 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("NLEN:%d", ndef_len); in rw_t4t_update_nlen()
734 UINT16_TO_BE_STREAM(p, ndef_len); in rw_t4t_update_nlen()
/system/nfc/src/nfa/include/
Dnfa_dm_int.h496 typedef bool(tNFA_NDEF_CHO_CBACK)(uint32_t ndef_len, uint8_t* p_ndef_data);