Home
last modified time | relevance | path

Searched refs:SDP_AddServiceClassIdList (Results 1 – 11 of 11) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c429 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_maps_sdp()
512 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_mapc_sdp()
588 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_pbaps_sdp()
662 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_pbapc_sdp()
720 status &= SDP_AddServiceClassIdList(sdp_handle, 1, &service); in add_opps_sdp()
803 status &= SDP_AddServiceClassIdList(sdp_handle, 2, services); in add_saps_sdp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_sdp.c260 result &= SDP_AddServiceClassIdList(sdp_handle, count, class_list); in AVRC_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c113 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_HF_CLIENT_NUM_SVC_ELEMS, svc_class_id_list); in bta_hf_client_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c198 result &= SDP_AddServiceClassIdList(sdp_handle, 1, &service_uuid); in A2D_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h584 extern BOOLEAN SDP_AddServiceClassIdList (UINT32 handle,
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c155 result &= SDP_AddServiceClassIdList(sdp_handle, BTA_AG_NUM_SVC_ELEMS, svc_class_id_list); in bta_ag_add_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c225 result &= SDP_AddServiceClassIdList(handle, 1, &uuid); in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c831 BOOLEAN SDP_AddServiceClassIdList (UINT32 handle, UINT16 num_services, in SDP_AddServiceClassIdList() function
Dsdp_api.c1110 if ((SDP_AddServiceClassIdList(handle, 1, &di_uuid)) == FALSE) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1601 SDP_AddServiceClassIdList(sdp_handle, 1, &p_uuid->uu.uuid16); in gatt_add_sdp_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c1177 if (!SDP_AddServiceClassIdList(handle, 1, &service)){ in add_spp_sdp()