Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_pm.c182 int ind, acl_ind; in BTM_SetPowerMode() local
199 acl_ind = btm_pm_find_acl_ind(remote_bda); in BTM_SetPowerMode()
200 if(acl_ind == MAX_L2CAP_LINKS) in BTM_SetPowerMode()
203 p_cb = &(btm_cb.pm_mode_db[acl_ind]); in BTM_SetPowerMode()
236 BTM_TRACE_DEBUG( "BTM_SetPowerMode: Saving cmd acl_ind %d temp_pm_id %d", acl_ind,temp_pm_id); in BTM_SetPowerMode()
252 if(acl_ind != btm_cb.pm_pend_link) in BTM_SetPowerMode()
256 BTM_TRACE_DEBUG( "btm_pm state stored:%d",acl_ind); in BTM_SetPowerMode()
261 return btm_pm_snd_md_req(pm_id, acl_ind, p_mode); in BTM_SetPowerMode()
286 int acl_ind; in BTM_ReadPowerMode() local
288 if( (acl_ind = btm_pm_find_acl_ind(remote_bda)) == MAX_L2CAP_LINKS) in BTM_ReadPowerMode()
[all …]