Searched refs:bta_ag_remove_sco (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/ag/ |
D | bta_ag_sco.cc | 335 static bool bta_ag_remove_sco(tBTA_AG_SCB* p_scb, bool only_active) { in bta_ag_remove_sco() function 390 if (!bta_ag_remove_sco(bta_ag_cb.sco.p_curr_scb, true)) { in bta_ag_esco_connreq_cback() 777 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 786 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 837 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 851 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 904 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 944 bta_ag_remove_sco(p_scb, false); in bta_ag_sco_event() 952 bta_ag_remove_sco(p_scb, true); in bta_ag_sco_event() 974 bta_ag_remove_sco(p_scb, true); in bta_ag_sco_event() [all …]
|