Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_sco.cc123 if (BTM_MAX_SCO_LINKS == 0) return; in btm_esco_conn_rsp()
125 if (sco_inx < BTM_MAX_SCO_LINKS) p_sco = &btm_cb.sco_cb.sco_db[sco_inx]; in btm_esco_conn_rsp()
348 if (BTM_MAX_SCO_LINKS == 0) { in BTM_CreateSco()
369 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()
380 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()
391 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; in BTM_CreateSco()
498 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_unpark()
533 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_rolechange()
569 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_disc_chk_pend_for_modechange()
597 for (uint16_t sco_index = 0; sco_index < BTM_MAX_SCO_LINKS; in btm_sco_conn_req()
[all …]
Dbtm_sco.h25 constexpr uint16_t kMaxScoLinks = static_cast<uint16_t>(BTM_MAX_SCO_LINKS);
96 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/system/bt/internal_include/
Dbt_target.h317 #ifndef BTM_MAX_SCO_LINKS
318 #define BTM_MAX_SCO_LINKS 6 macro