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

/system/bt/bta/ag/
H A Dbta_ag_sco.cc238 * If only_active is true, then SCO is only removed if
244 static bool bta_ag_remove_sco(tBTA_AG_SCB* p_scb, bool only_active) { argument
246 if (!only_active || p_scb->sco_idx == bta_ag_cb.sco.cur_idx) {

Completed in 29 milliseconds