OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_curr_scb
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c
139
if (bta_ag_cb.sco.
p_curr_scb
!= NULL && bta_ag_cb.sco.
p_curr_scb
->in_use)
141
handle = bta_ag_scb_to_idx(bta_ag_cb.sco.
p_curr_scb
);
165
bta_ag_cb.sco.
p_curr_scb
= NULL;
186
APPL_TRACE_DEBUG3 ("bta_ag_sco_disc_cback(): sco_idx: 0x%x p_cur_scb: 0x%08x sco.state: %d", sco_idx, bta_ag_cb.sco.
p_curr_scb
, bta_ag_cb.sco.state);
194
if (bta_ag_cb.sco.
p_curr_scb
!= NULL && bta_ag_cb.sco.
p_curr_scb
->in_use)
197
if (bta_ag_cb.sco.
p_curr_scb
->sco_idx != sco_idx)
199
if (bta_ag_cb.sco.
p_curr_scb
->sco_idx != 0xFFFF)
202
handle = bta_ag_scb_to_idx(bta_ag_cb.sco.
p_curr_scb
);
[
all
...]
bta_ag_int.h
298
tBTA_AG_SCB *
p_curr_scb
; /* SCB associated with SCO connection */
member in struct:__anon2826
347
extern BOOLEAN bta_ag_other_scb_open(tBTA_AG_SCB *
p_curr_scb
);
348
extern tBTA_AG_SCB *bta_ag_get_other_idle_scb (tBTA_AG_SCB *
p_curr_scb
);
bta_ag_main.c
497
BOOLEAN bta_ag_other_scb_open(tBTA_AG_SCB *
p_curr_scb
)
504
if (p_scb->in_use && p_scb !=
p_curr_scb
&& p_scb->state == BTA_AG_OPEN_ST)
525
tBTA_AG_SCB *bta_ag_get_other_idle_scb (tBTA_AG_SCB *
p_curr_scb
)
532
if (p_scb->in_use && (p_scb !=
p_curr_scb
) && (p_scb->state == BTA_AG_INIT_ST))
[
all
...]
bta_ag_cmd.c
[
all
...]
Completed in 2630 milliseconds