Home
last modified time | relevance | path

Searched refs:sco_index (Results 1 – 1 of 1) sorted by relevance

/system/bt/stack/btm/
Dbtm_sco.cc597 for (uint16_t sco_index = 0; sco_index < BTM_MAX_SCO_LINKS; in btm_sco_conn_req() local
598 sco_index++, p++) { in btm_sco_conn_req()
625 btm_esco_conn_rsp(sco_index, HCI_ERR_HOST_REJECT_RESOURCES, bda, in btm_sco_conn_req()
629 btm_esco_conn_rsp(sco_index, HCI_SUCCESS, bda, nullptr); in btm_sco_conn_req()
636 evt_data.sco_inx = sco_index; in btm_sco_conn_req()
649 uint16_t sco_index; in btm_sco_conn_req() local
650 for (sco_index = 0, p = &btm_cb.sco_cb.sco_db[0]; in btm_sco_conn_req()
651 sco_index < BTM_MAX_SCO_LINKS; sco_index++, p++) { in btm_sco_conn_req()
662 if (sco_index < BTM_MAX_SCO_LINKS) { in btm_sco_conn_req()
663 btm_cb.sco_cb.app_sco_ind_cb(sco_index); in btm_sco_conn_req()