Home
last modified time | relevance | path

Searched refs:bta_ag_other_scb_open (Results 1 – 4 of 4) sorted by relevance

/system/bt/bta/ag/
Dbta_ag_sco.c808 if (!bta_ag_other_scb_open(p_scb)) in bta_ag_sco_event()
861 if (!bta_ag_other_scb_open(p_scb)) in bta_ag_sco_event()
1220 if (!bta_ag_other_scb_open(p_scb)) in bta_ag_sco_event()
1253 if (!bta_ag_other_scb_open(p_scb)) in bta_ag_sco_event()
Dbta_ag_int.h356 extern BOOLEAN bta_ag_other_scb_open(tBTA_AG_SCB *p_curr_scb);
Dbta_ag_main.c503 BOOLEAN bta_ag_other_scb_open(tBTA_AG_SCB *p_curr_scb) in bta_ag_other_scb_open() function
Dbta_ag_cmd.c782 if (p_scb->inband_enabled && !bta_ag_other_scb_open(p_scb)) in bta_ag_inband_enabled()