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

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c485 UINT8 eir_type, UINT8 data_len, UINT8 *p_data)
503 UINT8_TO_STREAM (p, eir_type);
483 NDEF_MsgAppendMediaBtOobEirData(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, UINT8 eir_type, UINT8 data_len, UINT8 *p_data) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_inq.c2792 UINT8 eir_type; local
2798 STREAM_TO_UINT8(eir_type, p);
2799 if( eir_type == type )

Completed in 102 milliseconds