Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/sys/
Dbta_sys_conn.c330 num_sco_links = BTM_GetNumScoLinks(); in bta_sys_sco_close()
376 num_sco_links = BTM_GetNumScoLinks(); in bta_sys_sco_unuse()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sco.c1690 UINT8 BTM_GetNumScoLinks (void) in BTM_GetNumScoLinks() function
1760 UINT8 BTM_GetNumScoLinks (void) {return (0);} in BTM_GetNumScoLinks() function
Dbtm_pm.c801 if(BTM_GetNumScoLinks() == 0) in btm_pm_proc_mode_change()
Dbtm_sec.c4022 if (BTM_GetNumScoLinks() != 0) in btm_sec_create_conn()
/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_api.c1748 && (BTM_GetNumScoLinks() == 0) ) in L2CA_FlushChannel()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h3614 BTM_API extern UINT8 BTM_GetNumScoLinks (void);