Found 7 other functions taking a
tBTM_ESCO_PARAMS
argument:
* Function BTM_SetEScoMode * Description This function sets up the negotiated parameters for SCO or * eSCO, and sets as the default mode used for calls to * BTM_CreateSco. It can be called only when there are no * active (e)SCO links. * Returns BTM_SUCCESS if the successful. * BTM_BUSY if there are one or more active (e)SCO links.
* Function btm_esco_conn_rsp * Description This function is called upon receipt of an (e)SCO connection * request event (BTM_ESCO_CONN_REQ_EVT) to accept or reject * the request. Parameters used to negotiate eSCO links. * If p_parms is NULL, then default values are used. * If the link type of the incoming request is SCO, then only * the tx_bw, max_latency, content format, and packet_types are * valid. The hci_status parameter should be * ([0x0] to accept, [0x0d..0x0f] to reject) * Returns void
* Function BTM_EScoConnRsp * Description This function is called upon receipt of an (e)SCO connection * request event (BTM_ESCO_CONN_REQ_EVT) to accept or reject * the request. Parameters used to negotiate eSCO links. * If p_parms is NULL, then values set through BTM_SetEScoMode * are used. * If the link type of the incoming request is SCO, then only * the tx_bw, max_latency, content format, and packet_types are * valid. The hci_status parameter should be * ([0x0] to accept, [0x0d..0x0f] to reject) * Returns void
* Function btm_send_connect_request * Description This function is called to respond to SCO connect indications * Returns void
* Function btm_read_def_esco_mode * Description This function copies the current default esco settings into * the return buffer. * Returns tBTM_SCO_TYPE
* Function btm_accept_sco_link * Description This function is called to respond to TCS SCO connect * indications * Returns void
* Function bta_ag_set_esco_param * Description Update esco parameters from script wrapper. * Returns void