Home
last modified time | relevance | path

Searched refs:p_attrs (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_tg.c284 if (!p_rsp->p_attrs) { in avrc_bld_app_setting_text_rsp()
309 if (len_left < (p_rsp->p_attrs[xx].str_len + 4)) { in avrc_bld_app_setting_text_rsp()
311 xx, p_rsp->p_attrs[xx].str_len, len_left); in avrc_bld_app_setting_text_rsp()
316 if ( !p_rsp->p_attrs[xx].str_len || !p_rsp->p_attrs[xx].p_str ) { in avrc_bld_app_setting_text_rsp()
320 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].attr_id); in avrc_bld_app_setting_text_rsp()
321 UINT16_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].charset_id); in avrc_bld_app_setting_text_rsp()
322 UINT8_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].str_len); in avrc_bld_app_setting_text_rsp()
323 ARRAY_TO_BE_STREAM(p_data, p_rsp->p_attrs[xx].p_str, p_rsp->p_attrs[xx].str_len); in avrc_bld_app_setting_text_rsp()
430 if (!p_rsp->p_attrs) { in avrc_bld_get_elem_attrs_rsp()
450 if (!AVRC_IS_VALID_MEDIA_ATTRIBUTE(p_rsp->p_attrs[xx].attr_id)) { in avrc_bld_get_elem_attrs_rsp()
[all …]
Davrc_sdp.c178 if (p_db->p_attrs == NULL || p_db->num_attr == 0) { in AVRC_FindService()
179 p_db->p_attrs = a2d_attr_list; in AVRC_FindService()
184 p_db->p_attrs); in AVRC_FindService()
/hal_espressif-latest/components/bt/host/bluedroid/stack/a2dp/
Da2d_api.c306 if (p_db->p_attrs == NULL || p_db->num_attr == 0) { in A2D_FindService()
307 p_db->p_attrs = a2d_attr_list; in A2D_FindService()
312 p_db->p_attrs); in A2D_FindService()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Da2d_api.h109 … UINT16 *p_attrs; /* The attributes filter. If NULL, A2DP API sets the attribute filter member
Davrc_api.h129 …UINT16 *p_attrs; /* The attributes filter. If NULL, AVRCP API sets the attribute filter member
Davrc_defs.h1207 tAVRC_APP_SETTING_TEXT *p_attrs; member
1216 tAVRC_ATTR_ENTRY *p_attrs; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_act.c1790 db_params.p_attrs = attr_list; in bta_av_rc_disc()
Dbta_av_aact.c979 db_params.p_attrs = attr_list; in bta_av_do_disc_a2d()