Home
last modified time | relevance | path

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

/hal_espressif-latest/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()
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 …]
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h133 #ifndef BTM_MAX_SCO_LINKS
134 #define BTM_MAX_SCO_LINKS (BTM_MAX_SCO_LINKS_AG + BTM_MAX_SCO_LINKS_CLIENT) macro
897 #ifndef BTM_MAX_SCO_LINKS
898 #define BTM_MAX_SCO_LINKS 0 //3 macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h464 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h988 #define BTM_FIRST_ACTIVE_SCO_INDEX BTM_MAX_SCO_LINKS