Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsdp_api.h664 extern UINT16 SDP_GetDiRecord (UINT8 getRecordIndex,
/system/bt/stack/sdp/
Dsdp_api.c1014 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info, in SDP_GetDiRecord() function
/system/bt/bta/hh/
Dbta_hh_act.c288 if (SDP_GetDiRecord(1, &di_rec, bta_hh_cb.p_disc_db) == SDP_SUCCESS) in bta_hh_di_sdp_cback()