Home | History | Annotate | Download | only in ag

Lines Matching refs:sco

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 */
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 closing */
144 BTA_AG_SCO_CLOSE_OP_ST, /* closing sco being opened */
145 BTA_AG_SCO_CLOSE_XFER_ST, /* closing sco being transferred */
146 BTA_AG_SCO_SHUTTING_ST /* sco shutting down */
269 tBTA_AG_PEER_CODEC inuse_codec; /* codec being used for the current SCO connection */
271 BOOLEAN codec_fallback; /* If sco nego fails for mSBC, fallback to CVSD */
275 UINT16 sco_idx; /* SCO handle */
291 UINT8 post_sco; /* action to perform after sco event */
299 BOOLEAN retry_with_sco_only; /* indicator to try with SCO only when eSCO fails */
303 /* type for sco data */
306 tBTM_ESCO_CONN_REQ_EVT_DATA conn_data; /* SCO data for pending conn request */
307 tBTA_AG_SCB *p_curr_scb; /* SCB associated with SCO connection */
308 tBTA_AG_SCB *p_xfer_scb; /* SCB associated with SCO transfer */
309 UINT16 cur_idx; /* SCO handle */
310 UINT8 state; /* SCO state variable */
321 tBTA_AG_SCO_CB sco; /* SCO data */
380 /* SCO functions */