Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/sys/
Dbta_sys_conn.c316 num_sco_links = BTM_GetNumScoLinks(); in bta_sys_sco_close()
362 num_sco_links = BTM_GetNumScoLinks(); in bta_sys_sco_unuse()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sco.c1816 UINT8 BTM_GetNumScoLinks (void) in BTM_GetNumScoLinks() function
1918 UINT8 BTM_GetNumScoLinks (void) in BTM_GetNumScoLinks() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3308 UINT8 BTM_GetNumScoLinks (void);
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c2266 && (BTM_GetNumScoLinks() == 0) ) { in L2CA_FlushChannel()