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

/system/bt/stack/btm/
H A Dbtm_inq.c2513 ** Function BTM_CheckEirData
2524 UINT8 *BTM_CheckEirData( UINT8 *p_eir, UINT8 type, UINT8 *p_length ) function
2529 BTM_TRACE_API("BTM_CheckEirData type=0x%02X", type);
2829 p_uuid_data = BTM_CheckEirData( p_eir, complete_type, &uuid_len );
2832 p_uuid_data = BTM_CheckEirData( p_eir, more_type, &uuid_len );

Completed in 9 milliseconds