Home
last modified time | relevance | path

Searched refs:tSDP_PROTOCOL_ELEM (Results 1 – 14 of 14) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h140 } tSDP_PROTOCOL_ELEM; typedef
144 tSDP_PROTOCOL_ELEM list_elem[SDP_MAX_LIST_ELEMS];
366 tSDP_PROTOCOL_ELEM *p_elem);
382 tSDP_PROTOCOL_ELEM *p_elem);
519 tSDP_PROTOCOL_ELEM *p_elem_list);
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_client/
Dbta_hf_client_sdp.c89 tSDP_PROTOCOL_ELEM proto_elem_list[BTA_HF_CLIENT_NUM_PROTO_ELEMS]; in bta_hf_client_add_record()
100 memset( proto_elem_list, 0 , BTA_HF_CLIENT_NUM_PROTO_ELEMS * sizeof(tSDP_PROTOCOL_ELEM)); in bta_hf_client_add_record()
227 tSDP_PROTOCOL_ELEM pe; in bta_hf_client_sdp_find_attr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c65 tSDP_PROTOCOL_ELEM elem; in a2d_sdp_cback()
188 tSDP_PROTOCOL_ELEM proto_list [A2D_NUM_PROTO_ELEMS]; in A2D_AddRecord()
200 memset((void *) proto_list, 0 , A2D_NUM_PROTO_ELEMS * sizeof(tSDP_PROTOCOL_ELEM)); in A2D_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c320 tSDP_PROTOCOL_ELEM protoList [2]; in add_raw_sdp()
355 memset( protoList, 0 , 2*sizeof(tSDP_PROTOCOL_ELEM) ); in add_raw_sdp()
408 tSDP_PROTOCOL_ELEM protoList [3]; in add_maps_sdp()
430 memset( protoList, 0 , 3*sizeof(tSDP_PROTOCOL_ELEM) ); in add_maps_sdp()
493 tSDP_PROTOCOL_ELEM protoList [3]; in add_mapc_sdp()
513 memset( protoList, 0 , 3*sizeof(tSDP_PROTOCOL_ELEM) ); in add_mapc_sdp()
568 tSDP_PROTOCOL_ELEM protoList [3]; in add_pbaps_sdp()
589 memset( protoList, 0 , 3*sizeof(tSDP_PROTOCOL_ELEM) ); in add_pbaps_sdp()
695 tSDP_PROTOCOL_ELEM protoList [3]; in add_opps_sdp()
721 memset( protoList, 0 , 3*sizeof(tSDP_PROTOCOL_ELEM) ); in add_opps_sdp()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c111 tSDP_PROTOCOL_ELEM pe; in bta_create_mns_sdp_record()
146 tSDP_PROTOCOL_ELEM pe; in bta_create_mas_sdp_record()
193 tSDP_PROTOCOL_ELEM pe; in bta_create_pse_sdp_record()
254 tSDP_PROTOCOL_ELEM pe; in bta_create_ops_sdp_record()
328 tSDP_PROTOCOL_ELEM pe; in bta_create_sap_sdp_record()
355 tSDP_PROTOCOL_ELEM pe; in bta_create_raw_sdp_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hf_ag/
Dbta_ag_sdp.c131 tSDP_PROTOCOL_ELEM proto_elem_list[BTA_AG_NUM_PROTO_ELEMS]; in bta_ag_add_record()
143 memset( proto_elem_list, 0 , BTA_AG_NUM_PROTO_ELEMS*sizeof(tSDP_PROTOCOL_ELEM)); in bta_ag_add_record()
290 tSDP_PROTOCOL_ELEM pe; in bta_ag_sdp_find_attr()
/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_sdp.c50 const tSDP_PROTOCOL_ELEM avrc_proto_list [] = {
263 …result &= SDP_AddProtocolList(sdp_handle, AVRC_NUM_PROTO_ELEMS, (tSDP_PROTOCOL_ELEM *)avrc_proto_l… in AVRC_AddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c693 tSDP_PROTOCOL_ELEM *p_elem) in sdp_fill_proto_elem()
752 BOOLEAN SDP_FindProtocolListElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM in SDP_FindProtocolListElemInRec()
783 BOOLEAN SDP_FindAddProtoListsElemInRec (tSDP_DISC_REC *p_rec, UINT16 layer_uuid, tSDP_PROTOCOL_ELEM in SDP_FindAddProtoListsElemInRec()
Dsdp_db.c229 tSDP_PROTOCOL_ELEM *p_elem_list) in sdp_compose_proto_list()
652 tSDP_PROTOCOL_ELEM *p_elem_list) in SDP_AddProtocolList()
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidd_api.c229 tSDP_PROTOCOL_ELEM proto_list[2]; in HID_DevAddRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c968 tSDP_PROTOCOL_ELEM pe; in bta_jv_start_discovery_cback()
1078 tSDP_PROTOCOL_ELEM proto_list[SDP_MAX_LIST_ELEMS]; in create_base_record()
1081 memset(proto_list, 0, num_proto_elements * sizeof(tSDP_PROTOCOL_ELEM)); in create_base_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c848 tSDP_PROTOCOL_ELEM pe; in bta_gattc_sdp_callback()
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c1587 tSDP_PROTOCOL_ELEM proto_elem_list[2]; in gatt_add_sdp_record()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c1950 tSDP_PROTOCOL_ELEM pe; in bta_dm_sdp_result()