Searched defs:sco (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_sco.c54 /* sco events */
66 BTA_AG_SCO_CONN_OPEN_E, /* sco open */
67 BTA_AG_SCO_CONN_CLOSE_E, /* sco closed */
157 /* match callback to scb; first check current sco scb */
158 if (bta_ag_cb.sco.p_curr_scb != NULL && bta_ag_cb.sco.p_curr_scb->in_use)
160 handle = bta_ag_scb_to_idx(bta_ag_cb.sco.p_curr_scb);
181 /* no match found; disconnect sco, init sco variables */
184 bta_ag_cb.sco
424 tBTA_AG_HDR sco; local
[all...]
H A Dbta_ag_int.h131 /* sco states */
134 BTA_AG_SCO_SHUTDOWN_ST, /* no sco listening, all sco connections closed */
135 BTA_AG_SCO_LISTEN_ST, /* sco listening */
137 BTA_AG_SCO_CODEC_ST, /* sco codec negotiation */
139 BTA_AG_SCO_OPENING_ST, /* sco connection opening */
140 BTA_AG_SCO_OPEN_CL_ST, /* opening sco connection being closed */
141 BTA_AG_SCO_OPEN_XFER_ST, /* opening sco connection being transferred */
142 BTA_AG_SCO_OPEN_ST, /* sco open */
143 BTA_AG_SCO_CLOSING_ST, /* sco closin
321 tBTA_AG_SCO_CB sco; /* SCO data */ member in struct:__anon425
[all...]

Completed in 126 milliseconds