Home
last modified time | relevance | path

Searched refs:SDP_AddProfileDescriptorList (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_sdp.c280 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_5); in AVRC_AddRecord()
283 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_3); in AVRC_AddRecord()
285 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_AV_REMOTE_CONTROL, AVRC_REV_1_0); in AVRC_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c450 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_maps_sdp()
533 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_mapc_sdp()
609 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_pbaps_sdp()
672 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_pbapc_sdp()
741 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_opps_sdp()
822 status &= SDP_AddProfileDescriptorList(sdp_handle, in add_saps_sdp()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c119 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c213 …result &= SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_ADV_AUDIO_DISTRIBUTION, a2d_cb.a… in A2D_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h550 extern BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c165 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c271 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version); in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c736 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() function
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1103 if (!SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_SERIAL_PORT, SPP_VERSION)){ in create_base_record()