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

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_utils.c738 UINT8 *NDEF_RecGetId (UINT8 *p_rec, UINT8 *p_id_len) argument
756 *p_id_len = *p_rec++;
758 *p_id_len = 0;
761 if (*p_id_len == 0)

Completed in 98 milliseconds