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

/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c489 UINT8 eir_type, UINT8 data_len, UINT8 *p_data)
507 UINT8_TO_STREAM (p, eir_type);
487 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.c2956 UINT8 eir_type; local
2962 STREAM_TO_UINT8(eir_type, p);
2963 if( eir_type == type )

Completed in 84 milliseconds