Home
last modified time | relevance | path

Searched refs:get_cur_app_val (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/avrc/
Davrc_pars_tg.c109 BE_STREAM_TO_UINT8 (p_result->get_cur_app_val.num_attr, p); in avrc_pars_vendor_cmd()
110 if (len != (p_result->get_cur_app_val.num_attr + 1)) { in avrc_pars_vendor_cmd()
114 p_u8 = p_result->get_cur_app_val.attrs; in avrc_pars_vendor_cmd()
115 for (xx = 0, yy = 0; xx < p_result->get_cur_app_val.num_attr; xx++) { in avrc_pars_vendor_cmd()
122 p_result->get_cur_app_val.num_attr = yy; in avrc_pars_vendor_cmd()
Davrc_bld_tg.c835 status = avrc_bld_get_cur_app_setting_value_rsp(&p_rsp->get_cur_app_val, p_pkt); in AVRC_BldResponse()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Davrc_defs.h1141 tAVRC_GET_CUR_APP_VALUE_CMD get_cur_app_val; /* GetCurAppValue */ member
1336 tAVRC_GET_CUR_APP_VALUE_RSP get_cur_app_val; /* GetCurAppValue */ member