Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dsdp_api.h170 }tSDP_DI_RECORD; typedef
176 tSDP_DI_RECORD rec;
612 UINT16 SDP_SetLocalDiRecord (tSDP_DI_RECORD *device_info,
/system/bt/stack/sdp/
Dsdp_api.c1119 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle ) in SDP_SetLocalDiRecord()
/system/bt/bta/include/
Dbta_api.h1286 typedef tSDP_DI_RECORD tBTA_DI_RECORD;
/system/bt/bta/dm/
Dbta_dm_api.c586 if(SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS) in BTA_DmSetLocalDiRecord()