Searched refs:set_app_val (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_tg.c120 BE_STREAM_TO_UINT8 (p_result->set_app_val.num_val, p);
122 if (p_buf && (len == ((p_result->set_app_val.num_val<<1) + 1)))
124 p_result->set_app_val.p_vals = (tAVRC_APP_SETTING *)p_buf;
125 p_app_set = p_result->set_app_val.p_vals;
126 for (xx=0; ((xx< p_result->set_app_val.num_val) && (buf_len > size_needed)); xx++)
133 if (xx != p_result->set_app_val.num_val)
136 xx, p_result->set_app_val.num_val);
137 p_result->set_app_val.num_val = xx;
H A Davrc_bld_tg.c867 status = avrc_bld_set_app_setting_value_rsp(&p_rsp->set_app_val, p_pkt);
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h1180 tAVRC_SET_APP_VALUE_CMD set_app_val; /* SetAppValue */ member in union:__anon1364
1394 tAVRC_RSP set_app_val; /* SetAppValue */ member in union:__anon1383

Completed in 180 milliseconds