Home
last modified time | relevance | path

Searched refs:get_app_attr_txt (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/avrc/
Davrc_pars_ct.c277 p_result->get_app_attr_txt.num_attr = 0; in avrc_ctrl_pars_vendor_rsp()
281 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->get_app_attr_txt.num_attr); in avrc_ctrl_pars_vendor_rsp()
282 p_result->get_app_attr_txt.num_attr = num_attrs; in avrc_ctrl_pars_vendor_rsp()
286 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].attr_id, p); in avrc_ctrl_pars_vendor_rsp()
287 BE_STREAM_TO_UINT16(p_result->get_app_attr_txt.p_attrs[xx].charset_id, p); in avrc_ctrl_pars_vendor_rsp()
288 BE_STREAM_TO_UINT8(p_result->get_app_attr_txt.p_attrs[xx].str_len, p); in avrc_ctrl_pars_vendor_rsp()
289 if (p_result->get_app_attr_txt.p_attrs[xx].str_len != 0) in avrc_ctrl_pars_vendor_rsp()
291 UINT8 *p_str = (UINT8 *)osi_malloc(p_result->get_app_attr_txt.p_attrs[xx].str_len); in avrc_ctrl_pars_vendor_rsp()
292 BE_STREAM_TO_ARRAY(p, p_str, p_result->get_app_attr_txt.p_attrs[xx].str_len); in avrc_ctrl_pars_vendor_rsp()
293 p_result->get_app_attr_txt.p_attrs[xx].p_str = p_str; in avrc_ctrl_pars_vendor_rsp()
[all …]
Davrc_bld_ct.c484 avrc_bld_get_player_app_setting_attr_text_cmd(p_pkt, &p_cmd->get_app_attr_txt); in AVRC_BldCommand()
Davrc_bld_tg.c936 status = avrc_bld_get_app_setting_attr_text_rsp(&p_rsp->get_app_attr_txt, p_pkt); in AVRC_BldResponse()
/system/bt/stack/include/
Davrc_defs.h1180 tAVRC_GET_APP_ATTR_TXT_CMD get_app_attr_txt; /* GetAppAttrTxt */ member
1393 tAVRC_GET_APP_ATTR_TXT_RSP get_app_attr_txt; /* GetAppAttrTxt */ member
/system/bt/btif/src/
Dbtif_rc.c2081 avrc_response.get_app_attr_txt.status = BTIF_RC_STS_TIMEOUT; in btif_rc_status_cmd_timeout_handler()
2082 handle_app_attr_txt_response(&meta_msg, &avrc_response.get_app_attr_txt); in btif_rc_status_cmd_timeout_handler()
3156 handle_app_attr_txt_response(pmeta_msg, &avrc_response.get_app_attr_txt); in handle_avk_rc_metamsg_rsp()
3570 avrc_cmd.get_app_attr_txt.opcode = AVRC_OP_VENDOR; in get_player_app_setting_attr_text_cmd()
3571 avrc_cmd.get_app_attr_txt.num_attr = num_attrs; in get_player_app_setting_attr_text_cmd()
3575 avrc_cmd.get_app_attr_txt.attrs[count] = attrs[count]; in get_player_app_setting_attr_text_cmd()