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.c225 p_result->list_app_attr.num_attr = 0; in avrc_ctrl_pars_vendor_rsp()
228 BE_STREAM_TO_UINT8(p_result->list_app_attr.num_attr, p); in avrc_ctrl_pars_vendor_rsp()
229 AVRC_TRACE_DEBUG("%s attr count = %d ", __func__, p_result->list_app_attr.num_attr); in avrc_ctrl_pars_vendor_rsp()
230 for(int xx = 0; xx < p_result->list_app_attr.num_attr; xx++) in avrc_ctrl_pars_vendor_rsp()
232 BE_STREAM_TO_UINT8(p_result->list_app_attr.attrs[xx], p); in avrc_ctrl_pars_vendor_rsp()
Davrc_bld_tg.c920 status = avrc_bld_list_app_settings_attr_rsp(&p_rsp->list_app_attr, p_pkt); in AVRC_BldResponse()
/system/bt/stack/include/
Davrc_defs.h1176 tAVRC_CMD list_app_attr; /* ListPlayerAppAttr */ member
1389 tAVRC_LIST_APP_ATTR_RSP list_app_attr; /* ListPlayerAppAttr */ member
/system/bt/btif/src/
Dbtif_rc.c2066 avrc_response.list_app_attr.status = BTIF_RC_STS_TIMEOUT; in btif_rc_status_cmd_timeout_handler()
2067 handle_app_attr_response(&meta_msg, &avrc_response.list_app_attr); in btif_rc_status_cmd_timeout_handler()
3144 handle_app_attr_response(pmeta_msg, &avrc_response.list_app_attr); in handle_avk_rc_metamsg_rsp()
3355 avrc_cmd.list_app_attr.opcode = AVRC_OP_VENDOR; in list_player_app_setting_attrib_cmd()
3356 avrc_cmd.list_app_attr.pdu = AVRC_PDU_LIST_PLAYER_APP_ATTR; in list_player_app_setting_attrib_cmd()
3357 avrc_cmd.list_app_attr.status = AVRC_STS_NO_ERROR; in list_player_app_setting_attrib_cmd()