Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c83 #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()
145 #if (BTM_MAX_SCO_LINKS>0) in btm_esco_conn_rsp()
150 if (sco_inx < BTM_MAX_SCO_LINKS) { in btm_esco_conn_rsp()
323 if ((sco_inx = btm_find_scb_by_handle(handle)) == BTM_MAX_SCO_LINKS) { in btm_sco_process_num_completed_pkts()
370 if ((sco_inx = btm_find_scb_by_handle(handle)) != BTM_MAX_SCO_LINKS ) { in btm_route_sco_data()
413 #if (BTM_SCO_HCI_INCLUDED == TRUE) && (BTM_MAX_SCO_LINKS>0) in BTM_WriteScoData()
418 if (sco_inx < BTM_MAX_SCO_LINKS && btm_cb.sco_cb.p_data_cb && in BTM_WriteScoData()
473 #if (BTM_MAX_SCO_LINKS>0)
[all …]
/hal_espressif-3.7.0/components/bt/host/bluedroid/common/include/common/
Dbt_target.h104 #ifndef BTM_MAX_SCO_LINKS
105 #define BTM_MAX_SCO_LINKS (1) macro
125 #ifndef BTM_MAX_SCO_LINKS
126 #define BTM_MAX_SCO_LINKS (1) macro
843 #ifndef BTM_MAX_SCO_LINKS
844 #define BTM_MAX_SCO_LINKS 0 //3 macro
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h451 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h973 #define BTM_FIRST_ACTIVE_SCO_INDEX BTM_MAX_SCO_LINKS