Searched refs:list_app_values (Results 1 – 6 of 6) sorted by relevance
620 p_result->list_app_values.num_val = 0; in avrc_ctrl_pars_vendor_rsp()624 BE_STREAM_TO_UINT8(p_result->list_app_values.num_val, p); in avrc_ctrl_pars_vendor_rsp()625 if (p_result->list_app_values.num_val > AVRC_MAX_APP_ATTR_SIZE) { in avrc_ctrl_pars_vendor_rsp()627 p_result->list_app_values.num_val = AVRC_MAX_APP_ATTR_SIZE; in avrc_ctrl_pars_vendor_rsp()631 p_result->list_app_values.num_val); in avrc_ctrl_pars_vendor_rsp()632 min_len += p_result->list_app_values.num_val; in avrc_ctrl_pars_vendor_rsp()634 for (int xx = 0; xx < p_result->list_app_values.num_val; xx++) { in avrc_ctrl_pars_vendor_rsp()635 BE_STREAM_TO_UINT8(p_result->list_app_values.vals[xx], p); in avrc_ctrl_pars_vendor_rsp()
148 p_result->list_app_values.attr_id = *p++; in avrc_pars_vendor_cmd()149 if (!AVRC_IS_VALID_ATTRIBUTE(p_result->list_app_values.attr_id)) in avrc_pars_vendor_cmd()
629 p_pkt, p_cmd->list_app_values.attr_id); in AVRC_BldCommand()
1420 avrc_bld_list_app_settings_values_rsp(&p_rsp->list_app_values, p_pkt); in AVRC_BldResponse()
1297 tAVRC_LIST_APP_VALUES_CMD list_app_values; /* ListPlayerAppValues */ member1515 tAVRC_LIST_APP_VALUES_RSP list_app_values; /* ListPlayerAppValues */ member
2907 avrc_response.list_app_values.status = BTIF_RC_STS_TIMEOUT; in btif_rc_status_cmd_timeout_handler()2908 handle_app_val_response(&meta_msg, &avrc_response.list_app_values); in btif_rc_status_cmd_timeout_handler()4366 handle_app_val_response(pmeta_msg, &avrc_response.list_app_values); in handle_avk_rc_metamsg_rsp()4596 avrc_cmd.list_app_values.attr_id = attrib_id; in list_player_app_setting_value_cmd()4597 avrc_cmd.list_app_values.opcode = AVRC_OP_VENDOR; in list_player_app_setting_value_cmd()4598 avrc_cmd.list_app_values.pdu = AVRC_PDU_LIST_PLAYER_APP_VALUES; in list_player_app_setting_value_cmd()4599 avrc_cmd.list_app_values.status = AVRC_STS_NO_ERROR; in list_player_app_setting_value_cmd()