Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/include/
Dndef_utils.h197 EXPORT_NDEF_API extern UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen);
/external/libnfc-nci/src/nfc/ndef/
Dndef_cho_utils.c572 p_rec = NDEF_MsgGetFirstRecById (p_msg, (UINT8*)p_id_str, id_len); in ndef_get_bt_oob_record()
Dndef_utils.c582 UINT8 *NDEF_MsgGetFirstRecById (UINT8 *p_msg, UINT8 *p_id, UINT8 ilen) in NDEF_MsgGetFirstRecById() function