HomeSort by relevance Sort by last modified time
    Searched defs:sco (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/bta/ag/
bta_ag_sco.c 21 * This file contains functions for managing the SCO connection used in AG.
53 /* sco events */
65 BTA_AG_SCO_CONN_OPEN_E, /* sco open */
66 BTA_AG_SCO_CONN_CLOSE_E, /* sco closed */
67 BTA_AG_SCO_CI_DATA_E /* SCO data ready */
126 ** Description BTM SCO connection callback.
138 /* match callback to scb; first check current sco scb */
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)
396 tBTA_AG_HDR sco; local
    [all...]
bta_ag_int.h 119 /* Actions to perform after a SCO event */
123 BTA_AG_POST_SCO_CLOSE_RFC, /* close RFCOMM channel after SCO closes */
124 BTA_AG_POST_SCO_RING, /* send RING result code after SCO opens */
125 BTA_AG_POST_SCO_CALL_CONN, /* send call indicators after SCO opens/closes */
126 BTA_AG_POST_SCO_CALL_ORIG, /* send call indicators after SCO closes */
127 BTA_AG_POST_SCO_CALL_END, /* send call indicators after SCO closes */
128 BTA_AG_POST_SCO_CALL_END_INCALL /* send call indicators for end call & incoming call after SCO closes */
131 /* sco states */
134 BTA_AG_SCO_SHUTDOWN_ST, /* no sco listening, all sco connections closed *
312 tBTA_AG_SCO_CB sco; \/* SCO data *\/ member in struct:__anon2391
    [all...]

Completed in 2365 milliseconds