btm_esco_conn_rsp() function
* 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
![]()
static void btm_esco_conn_rsp (UINT16 sco_inx, UINT8 hci_status, BD_ADDR bda,![]()
btm_esco_conn_rsp(sco_inx, HCI_SUCCESS, p_sco->esco.data.bd_addr, p_setup);![]()
btm_esco_conn_rsp(sco_inx, HCI_ERR_HOST_REJECT_RESOURCES,![]()
btm_esco_conn_rsp(xx, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL);![]()
btm_esco_conn_rsp(xx, HCI_SUCCESS, bda, NULL);![]()
btm_esco_conn_rsp(BTM_MAX_SCO_LINKS, HCI_ERR_HOST_REJECT_RESOURCES, bda, NULL);![]()
btm_esco_conn_rsp(sco_inx, hci_status,
btm_esco_conn_rsp() is called by 4 functions and calls 5 functions:
![]()
btm_esco_conn_rsp()
btm_esco_conn_rsp() reads 18 variables and writes 2 variables:
![]()
btm_esco_conn_rsp()