Searched refs:BTM_MAX_SCO_LINKS (Results 1 – 3 of 3) sorted by relevance
111 #if (BTM_MAX_SCO_LINKS > 0) 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()231 #if (BTM_MAX_SCO_LINKS > 0)373 #if (BTM_MAX_SCO_LINKS > 0) in btm_accept_sco_link()376 if (sco_inx >= BTM_MAX_SCO_LINKS) { in btm_accept_sco_link()434 #if (BTM_MAX_SCO_LINKS > 0) in BTM_CreateSco()459 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()470 for (xx = 0; xx < BTM_MAX_SCO_LINKS; xx++, p++) { in BTM_CreateSco()481 for (xx = 0, p = &btm_cb.sco_cb.sco_db[0]; xx < BTM_MAX_SCO_LINKS; in BTM_CreateSco()586 #if (BTM_MAX_SCO_LINKS > 0) in btm_sco_chk_pend_unpark()[all …]
351 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
350 #ifndef BTM_MAX_SCO_LINKS351 #define BTM_MAX_SCO_LINKS 6 macro