Searched refs:sco_index (Results 1 – 1 of 1) sorted by relevance
691 for (uint16_t sco_index = 0; sco_index < BTM_MAX_SCO_LINKS; in btm_sco_conn_req() local692 sco_index++, p++) { in btm_sco_conn_req()719 btm_esco_conn_rsp(sco_index, HCI_ERR_HOST_REJECT_RESOURCES, bda, in btm_sco_conn_req()723 btm_esco_conn_rsp(sco_index, HCI_SUCCESS, bda, nullptr); in btm_sco_conn_req()730 evt_data.sco_inx = sco_index; in btm_sco_conn_req()743 uint16_t sco_index; in btm_sco_conn_req() local744 for (sco_index = 0, p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_conn_req()745 sco_index < BTM_MAX_SCO_LINKS; sco_index++, p++) { in btm_sco_conn_req()756 if (sco_index < BTM_MAX_SCO_LINKS) { in btm_sco_conn_req()757 btm_cb.sco_cb.app_sco_ind_cb(sco_index); in btm_sco_conn_req()