Searched refs:bta_ag_remove_sco (Results 1 – 1 of 1) sorted by relevance
/system/bt/bta/ag/ |
D | bta_ag_sco.cc | 247 static bool bta_ag_remove_sco(tBTA_AG_SCB* p_scb, bool only_active) { in bta_ag_remove_sco() function 303 if (!bta_ag_remove_sco(bta_ag_cb.sco.p_curr_scb, true)) { in bta_ag_esco_connreq_cback() 654 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 668 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 720 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 780 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 820 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 828 bta_ag_remove_sco(p_scb, true); in bta_ag_sco_event() 850 bta_ag_remove_sco(p_scb, true); in bta_ag_sco_event() 857 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() [all …]
|