Searched defs:acl_ind (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c188 int ind, acl_ind; local
206 acl_ind = btm_pm_find_acl_ind(remote_bda);
207 if(acl_ind == MAX_L2CAP_LINKS)
210 p_cb = &(btm_cb.pm_mode_db[acl_ind]);
243 BTM_TRACE_DEBUG2( "BTM_SetPowerMode: Saving cmd acl_ind %d temp_pm_id %d", acl_ind,temp_pm_id);
259 if(acl_ind != btm_cb.pm_pend_link)
263 BTM_TRACE_DEBUG1( "btm_pm state stored:%d",acl_ind);
270 return btm_pm_snd_md_req(pm_id, acl_ind, p_mode);
295 int acl_ind; local
326 int acl_ind; local
[all...]

Completed in 19 milliseconds