Home | History | Annotate | Download | only in btm

Lines Matching refs:xx

142     int xx;
153 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
156 if(btm_cb.pm_reg_db[xx].mask == BTM_PM_REC_NOT_USED)
163 btm_cb.pm_reg_db[xx].cback = p_cb;
165 btm_cb.pm_reg_db[xx].mask = mask;
166 *p_pm_id = xx;
362 int xx;
374 for(xx=0; xx<BTM_MAX_PM_RECORDS; xx++)
376 btm_cb.pm_reg_db[xx].mask = BTM_PM_REC_NOT_USED;
419 UINT8 xx;
421 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
430 BTM_TRACE_DEBUG( "btm_pm_find_acl_ind ind:%d, st:%d", xx, btm_cb.pm_mode_db[xx].state);
435 return xx;
521 int xx, loop_max;
536 for( xx=0; xx<loop_max; xx++)
539 if(btm_cb.pm_reg_db[xx].mask & BTM_PM_REG_SET)
541 if(p_cb->req_mode[xx].mode == BTM_PM_MD_ACTIVE)
549 if( (btm_pm_compare_modes(p_md, &p_cb->req_mode[xx], p_res)) == NULL)
709 int xx;
710 for(xx=0; xx<MAX_L2CAP_LINKS; xx++)
712 if(btm_cb.pm_mode_db[xx].state & BTM_PM_STORED_MASK)
714 btm_cb.pm_mode_db[xx].state &= ~BTM_PM_STORED_MASK;
715 BTM_TRACE_DEBUG( "btm_pm_check_stored :%d", xx);
716 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL);
793 int xx, yy, zz;
798 if ((xx = btm_handle_to_acl_index(hci_handle)) >= MAX_L2CAP_LINKS)
801 p = &btm_cb.acl_db[xx];
847 p_cb = &(btm_cb.pm_mode_db[xx]);
878 BTM_TRACE_DEBUG( "btm_pm_proc_mode_change: Sending stored req:%d", xx);
880 btm_pm_snd_md_req(BTM_PM_SET_ONLY_ID, xx, NULL);
926 int xx, yy;
936 if ((xx = btm_handle_to_acl_index(handle)) >= MAX_L2CAP_LINKS)
941 p_cb = &(btm_cb.pm_mode_db[xx]);
943 p_acl = &btm_cb.acl_db[xx];