Searched defs:p_ndef_msg (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/src/nfc/int/
H A Dce_int.h94 UINT8 *p_ndef_msg; /* storage of NDEF message */ member in struct:__anon24344
/external/libnfc-nci/src/nfc/tags/
H A Dce_t4t.c180 p_src = p_t4t->p_ndef_msg;
439 &&(ce_cb.mem.t4t.p_ndef_msg) )
490 &&(ce_cb.mem.t4t.p_ndef_msg) )
854 ** p_ndef_msg: NDEF message (excluding NLEN)
863 UINT8 *p_ndef_msg,
872 if (!p_ndef_msg)
874 p_t4t->p_ndef_msg = NULL;
917 p_t4t->p_ndef_msg = p_ndef_msg;
926 memcpy (p_scratch_buf, p_ndef_msg, ndef_msg_le
860 CE_T4tSetLocalNDEFMsg(BOOLEAN read_only, UINT16 ndef_msg_max, UINT16 ndef_msg_len, UINT8 *p_ndef_msg, UINT8 *p_scratch_buf) argument
[all...]

Completed in 234 milliseconds