Searched refs:list_app_values (Results 1 – 6 of 6) sorted by relevance
606 p_result->list_app_values.num_val = 0; in avrc_ctrl_pars_vendor_rsp()610 BE_STREAM_TO_UINT8(p_result->list_app_values.num_val, p); in avrc_ctrl_pars_vendor_rsp()611 if (p_result->list_app_values.num_val > AVRC_MAX_APP_ATTR_SIZE) { in avrc_ctrl_pars_vendor_rsp()612 p_result->list_app_values.num_val = AVRC_MAX_APP_ATTR_SIZE; in avrc_ctrl_pars_vendor_rsp()615 log::verbose("value count = {}", p_result->list_app_values.num_val); in avrc_ctrl_pars_vendor_rsp()616 min_len += p_result->list_app_values.num_val; in avrc_ctrl_pars_vendor_rsp()618 for (int xx = 0; xx < p_result->list_app_values.num_val; xx++) { in avrc_ctrl_pars_vendor_rsp()619 BE_STREAM_TO_UINT8(p_result->list_app_values.vals[xx], p); in avrc_ctrl_pars_vendor_rsp()
167 p_result->list_app_values.attr_id = *p++; in avrc_pars_vendor_cmd()168 if (!AVRC_IS_VALID_ATTRIBUTE(p_result->list_app_values.attr_id)) in avrc_pars_vendor_cmd()
639 p_pkt, p_cmd->list_app_values.attr_id); in AVRC_BldCommand()
1444 avrc_bld_list_app_settings_values_rsp(&p_rsp->list_app_values, p_pkt); in AVRC_BldResponse()
1302 tAVRC_LIST_APP_VALUES_CMD list_app_values; /* ListPlayerAppValues */ member1520 tAVRC_LIST_APP_VALUES_RSP list_app_values; /* ListPlayerAppValues */ member
4356 handle_app_val_response(pmeta_msg, &avrc_response.list_app_values); in handle_avk_rc_metamsg_rsp()4589 avrc_cmd.list_app_values.attr_id = attrib_id; in list_player_app_setting_value_cmd()4590 avrc_cmd.list_app_values.opcode = AVRC_OP_VENDOR; in list_player_app_setting_value_cmd()4591 avrc_cmd.list_app_values.pdu = AVRC_PDU_LIST_PLAYER_APP_VALUES; in list_player_app_setting_value_cmd()4592 avrc_cmd.list_app_values.status = AVRC_STS_NO_ERROR; in list_player_app_setting_value_cmd()5600 avrc_response.list_app_values.status = BTIF_RC_STS_TIMEOUT; in vendor_cmd_timeout_handler()5601 handle_app_val_response(&meta_msg, &avrc_response.list_app_values); in vendor_cmd_timeout_handler()