Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/include/
Dsdp_api.h684 SDP_API extern UINT16 SDP_GetDiRecord (UINT8 getRecordIndex,
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_act.c277 if (SDP_GetDiRecord(1, &di_rec, bta_hh_cb.p_disc_db) == SDP_SUCCESS) in bta_hh_di_sdp_cback()
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_api.c1184 if (SDP_GetDiRecord(get_record_index, p_device_info, p_db) != SDP_SUCCESS) in BTA_DmGetDiRecord()
/external/bluetooth/bluedroid/stack/sdp/
Dsdp_api.c996 UINT16 SDP_GetDiRecord( UINT8 get_record_index, tSDP_DI_GET_RECORD *p_device_info, in SDP_GetDiRecord() function