Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h613 extern UINT16 SDP_SetLocalDiRecord (tSDP_DI_RECORD *device_info,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1081 UINT16 SDP_SetLocalDiRecord( tSDP_DI_RECORD *p_device_info, UINT32 *p_handle ) in SDP_SetLocalDiRecord() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c957 if (SDP_SetLocalDiRecord((tSDP_DI_RECORD *)p_device_info, p_handle) == SDP_SUCCESS) { in BTA_DmSetLocalDiRecord()