Searched refs:SDP_AddProfileDescriptorList (Results 1 – 9 of 9) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/ |
D | avrc_sdp.c | 280 …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/ |
D | btc_sdp.c | 450 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/ |
D | bta_hf_client_sdp.c | 119 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_hf_client_add_record()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/ |
D | a2d_api.c | 213 …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/ |
D | sdp_api.h | 550 extern BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle,
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/ |
D | bta_ag_sdp.c | 165 result &= SDP_AddProfileDescriptorList(sdp_handle, profile_uuid, version); in bta_ag_add_record()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidd_api.c | 271 result &= SDP_AddProfileDescriptorList(handle, profile_uuid, version); in HID_DevAddRecord()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_db.c | 736 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList() function
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 1103 if (!SDP_AddProfileDescriptorList(sdp_handle, UUID_SERVCLASS_SERIAL_PORT, SPP_VERSION)){ in create_base_record()
|