Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_sco.c84 #if (BTM_MAX_SCO_LINKS>0) in btm_sco_flush_sco_data()
88 if (sco_inx < BTM_MAX_SCO_LINKS) in btm_sco_flush_sco_data()
144 #if (BTM_MAX_SCO_LINKS>0) in btm_esco_conn_rsp()
149 if (sco_inx < BTM_MAX_SCO_LINKS) in btm_esco_conn_rsp()
296 if ((sco_inx = btm_find_scb_by_handle(handle)) != BTM_MAX_SCO_LINKS ) in btm_route_sco_data()
339 #if (BTM_SCO_HCI_INCLUDED == TRUE) && (BTM_MAX_SCO_LINKS>0) in BTM_WriteScoData()
344 if (sco_inx < BTM_MAX_SCO_LINKS && btm_cb.sco_cb.p_data_cb && in BTM_WriteScoData()
396 #if (BTM_MAX_SCO_LINKS>0)
503 #if (BTM_MAX_SCO_LINKS>0) in btm_accept_sco_link()
506 if (sco_inx >= BTM_MAX_SCO_LINKS) in btm_accept_sco_link()
[all …]
Dbtm_int.h435 tSCO_CONN sco_db[BTM_MAX_SCO_LINKS];
/external/libnfc-nci/src/include/
Dbt_target.h721 #ifndef BTM_MAX_SCO_LINKS
722 #define BTM_MAX_SCO_LINKS 3 macro
/external/bluetooth/bluedroid/include/
Dbt_target.h942 #ifndef BTM_MAX_SCO_LINKS
943 #define BTM_MAX_SCO_LINKS 3 macro
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h930 #define BTM_FIRST_ACTIVE_SCO_INDEX BTM_MAX_SCO_LINKS