Searched refs:BTM_MAX_SCO_LINKS (Results 1 – 3 of 3) sorted by relevance
112 if (BTM_MAX_SCO_LINKS == 0) return; in btm_esco_conn_rsp()114 if (sco_inx < BTM_MAX_SCO_LINKS) p_sco = &btm_cb.sco_cb.sco_db[sco_inx]; in btm_esco_conn_rsp()411 if (BTM_MAX_SCO_LINKS == 0) { in BTM_CreateSco()432 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()443 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()454 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; in BTM_CreateSco()561 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_unpark()596 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_chk_pend_rolechange()632 for (uint16_t xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in btm_sco_disc_chk_pend_for_modechange()660 for (uint16_t sco_index = 0; sco_index < BTM_MAX_SCO_LINKS; in btm_sco_conn_req()[all …]
25 constexpr uint16_t kMaxScoLinks = static_cast<uint16_t>(BTM_MAX_SCO_LINKS);123 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
295 #ifndef BTM_MAX_SCO_LINKS296 #define BTM_MAX_SCO_LINKS 6 macro