Home
last modified time | relevance | path

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

/external/bluetooth/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()
139 #if (BTM_MAX_SCO_LINKS>0) in btm_esco_conn_rsp()
144 if (sco_inx < BTM_MAX_SCO_LINKS) in btm_esco_conn_rsp()
291 if ((sco_inx = btm_find_scb_by_handle(handle)) != BTM_MAX_SCO_LINKS ) in btm_route_sco_data()
336 #if (BTM_SCO_HCI_INCLUDED == TRUE) && (BTM_MAX_SCO_LINKS>0) in BTM_WriteScoData()
341 if (sco_inx < BTM_MAX_SCO_LINKS && btm_cb.sco_cb.p_data_cb && in BTM_WriteScoData()
391 #if (BTM_MAX_SCO_LINKS>0)
498 #if (BTM_MAX_SCO_LINKS>0) in btm_accept_sco_link()
501 if (sco_inx >= BTM_MAX_SCO_LINKS) in btm_accept_sco_link()
[all …]
Dbtm_int.h392 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/external/bluetooth/bluedroid/include/
Dbt_target.h1043 #ifndef BTM_MAX_SCO_LINKS
1044 #define BTM_MAX_SCO_LINKS 2 macro
/external/libnfc-nci/src/include/
Dbt_target.h763 #ifndef BTM_MAX_SCO_LINKS
764 #define BTM_MAX_SCO_LINKS 3 macro