OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bta_ag_cb
(Results
1 - 8
of
8
) 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;
166
bta_ag_cb
.sco.state = BTA_AG_SCO_SHUTDOWN_ST;
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);
189
&
bta_ag_cb
.scb[0],
bta_ag_cb
.scb[0].in_use,
bta_ag_cb
.scb[0].sco_idx, bta_ag_cb.scb[0].state)
[
all
...]
bta_ag_sdp.c
227
if (
bta_ag_cb
.profile[i].sdp_handle == 0)
229
bta_ag_cb
.profile[i].sdp_handle = SDP_CreateRecord();
230
bta_ag_cb
.profile[i].scn = BTM_AllocateSCN();
232
bta_ag_cb
.profile[i].scn, p_data->api_register.features,
233
bta_ag_cb
.profile[i].sdp_handle);
255
tBTA_AG_SCB *p = &
bta_ag_cb
.scb[0];
282
if (
bta_ag_cb
.profile[i].sdp_handle != 0)
284
SDP_DeleteRecord(
bta_ag_cb
.profile[i].sdp_handle);
285
bta_ag_cb
.profile[i].sdp_handle = 0;
287
BTM_FreeSCN(
bta_ag_cb
.profile[i].scn)
[
all
...]
bta_ag_main.c
272
tBTA_AG_CB
bta_ag_cb
;
variable
310
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
371
if (
bta_ag_cb
.scb[idx].in_use)
380
(*
bta_ag_cb
.p_cback)(BTA_AG_DISABLE_EVT, NULL);
399
return ((UINT16) (p_scb -
bta_ag_cb
.scb)) + 1;
419
p_scb = &
bta_ag_cb
.scb[idx - 1];
468
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
499
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
527
tBTA_AG_SCB *p_scb = &
bta_ag_cb
.scb[0];
674
memset(&
bta_ag_cb
, 0, sizeof(tBTA_AG_CB))
[
all
...]
bta_ag_act.c
109
(*
bta_ag_cb
.p_cback)(BTA_AG_OPEN_EVT, (tBTA_AG *) &open);
143
(*
bta_ag_cb
.p_cback)(BTA_AG_REGISTER_EVT, (tBTA_AG *) ®);
443
(*
bta_ag_cb
.p_cback)(BTA_AG_CLOSE_EVT, (tBTA_AG *) &close);
468
if (
bta_ag_cb
.scb[i].in_use &&
bta_ag_cb
.scb[i].svc_conn)
563
for (i = 0, ag_scb = &
bta_ag_cb
.scb[0]; i < BTA_AG_NUM_SCB; i++, ag_scb++)
825
(*
bta_ag_cb
.p_cback)(BTA_AG_CONN_EVT, (tBTA_AG *) &evt);
861
if (
bta_ag_cb
.parse_mode == BTA_AG_PASS_THROUGH)
bta_ag_rfc.c
261
if (
bta_ag_cb
.parse_mode == BTA_AG_PASS_THROUGH)
292
BT_PSM_RFCOMM, BTM_SEC_PROTO_RFCOMM,
bta_ag_cb
.profile[i].scn);
294
bta_ag_port_status = RFCOMM_CreateConnection(bta_ag_uuid[i],
bta_ag_cb
.profile[i].scn,
bta_ag_cmd.c
838
(*
bta_ag_cb
.p_cback)(bta_ag_hsp_cb_evt[cmd], (tBTA_AG *) &val);
973
for (i = 0, ag_scb = &
bta_ag_cb
.scb[0]; i < BTA_AG_NUM_SCB; i++, ag_scb++)
[
all
...]
bta_ag_api.c
66
if (
bta_ag_cb
.scb[idx].in_use)
bta_ag_int.h
328
extern tBTA_AG_CB
bta_ag_cb
;
331
#define
bta_ag_cb
(*bta_ag_cb_ptr)
macro
Completed in 29 milliseconds