Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc112 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 …]
Dbtm_sco.h25 constexpr uint16_t kMaxScoLinks = static_cast<uint16_t>(BTM_MAX_SCO_LINKS);
123 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/packages/modules/Bluetooth/system/internal_include/
Dbt_target.h295 #ifndef BTM_MAX_SCO_LINKS
296 #define BTM_MAX_SCO_LINKS 6 macro