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.cc76 static int btm_pm_find_acl_ind(const RawAddress& remote_bda);
171 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_SetPowerMode()
265 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_ReadPowerMode()
295 int acl_ind = btm_pm_find_acl_ind(remote_bda); in btm_read_power_mode_state()
327 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_SetSsrParams()
407 static int btm_pm_find_acl_ind(const RawAddress& remote_bda) { in btm_pm_find_acl_ind() function