HomeSort by relevance Sort by last modified time
    Searched refs:NDEF_MsgGetFirstRecById (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/src/nfc/include/
ndef_utils.h 189 ** Function NDEF_MsgGetFirstRecById
197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen);
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 572 p_rec = NDEF_MsgGetFirstRecById (p_msg, (UINT8*)p_id_str, id_len);
ndef_utils.c 574 ** Function NDEF_MsgGetFirstRecById
582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen)
    [all...]

Completed in 73 milliseconds