Searched refs:BTM_MAX_SCO_LINKS (Results 1 – 4 of 4) sorted by relevance
83 #if (BTM_MAX_SCO_LINKS>0) in btm_sco_flush_sco_data()87 if (sco_inx < BTM_MAX_SCO_LINKS) { in btm_sco_flush_sco_data()115 for (int i = 0; i < BTM_MAX_SCO_LINKS; i++) { in btm_sco_init()136 for (int i = 0; i < BTM_MAX_SCO_LINKS; i++) { in btm_sco_free()161 #if (BTM_MAX_SCO_LINKS>0) in btm_esco_conn_rsp()166 if (sco_inx < BTM_MAX_SCO_LINKS) { in btm_esco_conn_rsp()339 if ((sco_inx = btm_find_scb_by_handle(handle)) == BTM_MAX_SCO_LINKS) { in btm_sco_process_num_completed_pkts()429 if (sco_inx < BTM_MAX_SCO_LINKS) { in BTM_PktStatNumsGet()462 if ((sco_inx = btm_find_scb_by_handle(handle)) != BTM_MAX_SCO_LINKS ) { in btm_route_sco_data()506 #if (BTM_SCO_HCI_INCLUDED == TRUE) && (BTM_MAX_SCO_LINKS>0) in BTM_WriteScoData()[all …]
133 #ifndef BTM_MAX_SCO_LINKS134 #define BTM_MAX_SCO_LINKS (BTM_MAX_SCO_LINKS_AG + BTM_MAX_SCO_LINKS_CLIENT) macro897 #ifndef BTM_MAX_SCO_LINKS898 #define BTM_MAX_SCO_LINKS 0 //3 macro
464 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
988 #define BTM_FIRST_ACTIVE_SCO_INDEX BTM_MAX_SCO_LINKS