Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.c81 static int btm_pm_find_acl_ind(BD_ADDR remote_bda);
199 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_SetPowerMode()
288 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS) in BTM_ReadPowerMode()
318 int acl_ind = btm_pm_find_acl_ind(remote_bda); in btm_read_power_mode_state()
352 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS) in BTM_SetSsrParams()
438 static int btm_pm_find_acl_ind(BD_ADDR remote_bda) in btm_pm_find_acl_ind() function