Searched defs:switch_res (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_aact.c682 tBTA_AV_RS_RES switch_res = BTA_AV_RS_NONE; local
702 switch_res = BTA_AV_RS_DONE;
708 switch_res = BTA_AV_RS_FAIL;
711 if (switch_res != BTA_AV_RS_NONE)
719 p_buf->switch_res = switch_res;
787 p_scb->q_info.open.switch_res = BTA_AV_RS_DONE;
833 p_data->api_open.use_rc, p_data->api_open.switch_res, bta_av_cb.audio_open_cnt);
837 switch(p_data->api_open.switch_res)
H A Dbta_av_int.h227 tBTA_AV_RS_RES switch_res; member in struct:__anon432

Completed in 214 milliseconds