Home
last modified time | relevance | path

Searched refs:supported_formats_list_len (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/sdp/
Dbta_sdp_act.c263 record->ops.supported_formats_list_len = 0; in bta_create_ops_sdp_record()
284 record->ops.supported_formats_list_len = 0; in bta_create_ops_sdp_record()
290 record->ops.supported_formats_list_len = SDP_DISC_ATTR_LEN(p_attr->attr_len_type) / 2; in bta_create_ops_sdp_record()
313 if (record->ops.supported_formats_list_len != count) { in bta_create_ops_sdp_record()
317 record->ops.supported_formats_list_len , count); in bta_create_ops_sdp_record()
320 record->ops.supported_formats_list_len = count; in bta_create_ops_sdp_record()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbt_sdp.h82 int supported_formats_list_len; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_sdp_api.h120 …int supported_formats_list_len; /*!< Supported formats list … member
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/sdp/
Dbtc_sdp.c698 UINT8 type_len[rec->supported_formats_list_len]; in add_opps_sdp()
699 UINT8 desc_type[rec->supported_formats_list_len]; in add_opps_sdp()
700 UINT8 *type_value[rec->supported_formats_list_len]; in add_opps_sdp()
712 rec->supported_formats_list_len); in add_opps_sdp()
746 for (i = 0, j = 0; i < rec->supported_formats_list_len; i++) { in add_opps_sdp()
753 (UINT8) rec->supported_formats_list_len, desc_type, type_len, type_value); in add_opps_sdp()