HomeSort by relevance Sort by last modified time
    Searched full:acl_ind (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 188 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_DEBUG( "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_DEBUG( "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 64 milliseconds