Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.cc150 int ind, acl_ind; in BTM_SetPowerMode() local
171 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_SetPowerMode()
172 if (acl_ind == MAX_L2CAP_LINKS) return (BTM_UNKNOWN_ADDR); in BTM_SetPowerMode()
174 p_cb = &(btm_cb.pm_mode_db[acl_ind]); in BTM_SetPowerMode()
214 acl_ind, temp_pm_id); in BTM_SetPowerMode()
230 if (acl_ind != btm_cb.pm_pend_link) { in BTM_SetPowerMode()
233 BTM_TRACE_DEBUG("%s: btm_pm state stored:%d", __func__, acl_ind); in BTM_SetPowerMode()
238 return btm_pm_snd_md_req(pm_id, acl_ind, p_mode); in BTM_SetPowerMode()
263 int acl_ind; in BTM_ReadPowerMode() local
265 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_ReadPowerMode()
[all …]