Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_pars_ct.cc598 p_result->list_app_attr.num_attr = 0; in avrc_ctrl_pars_vendor_rsp()
602 BE_STREAM_TO_UINT8(p_result->list_app_attr.num_attr, p); in avrc_ctrl_pars_vendor_rsp()
604 p_result->list_app_attr.num_attr); in avrc_ctrl_pars_vendor_rsp()
606 if (p_result->list_app_attr.num_attr > AVRC_MAX_APP_ATTR_SIZE) { in avrc_ctrl_pars_vendor_rsp()
608 p_result->list_app_attr.num_attr = AVRC_MAX_APP_ATTR_SIZE; in avrc_ctrl_pars_vendor_rsp()
611 min_len += p_result->list_app_attr.num_attr; in avrc_ctrl_pars_vendor_rsp()
613 for (int xx = 0; xx < p_result->list_app_attr.num_attr; xx++) { in avrc_ctrl_pars_vendor_rsp()
614 BE_STREAM_TO_UINT8(p_result->list_app_attr.attrs[xx], p); in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.cc1415 avrc_bld_list_app_settings_attr_rsp(&p_rsp->list_app_attr, p_pkt); in AVRC_BldResponse()
/system/bt/stack/include/
Davrc_defs.h1296 tAVRC_CMD list_app_attr; /* ListPlayerAppAttr */ member
1514 tAVRC_LIST_APP_ATTR_RSP list_app_attr; /* ListPlayerAppAttr */ member
/system/bt/btif/src/
Dbtif_rc.cc2902 avrc_response.list_app_attr.status = BTIF_RC_STS_TIMEOUT; in btif_rc_status_cmd_timeout_handler()
2903 handle_app_attr_response(&meta_msg, &avrc_response.list_app_attr); in btif_rc_status_cmd_timeout_handler()
4362 handle_app_attr_response(pmeta_msg, &avrc_response.list_app_attr); in handle_avk_rc_metamsg_rsp()
4574 avrc_cmd.list_app_attr.opcode = AVRC_OP_VENDOR; in list_player_app_setting_attrib_cmd()
4575 avrc_cmd.list_app_attr.pdu = AVRC_PDU_LIST_PLAYER_APP_ATTR; in list_player_app_setting_attrib_cmd()
4576 avrc_cmd.list_app_attr.status = AVRC_STS_NO_ERROR; in list_player_app_setting_attrib_cmd()