Home | History | Annotate | Download | only in src

Lines Matching refs:num_mdeps

560     UINT8                   i, j, num_recs,num_elems, num_mdeps, mdep_cnt, mdep_idx;
580 num_mdeps = p_mcb->sdp.sdp_rec[i].num_mdeps;
588 while (!elem_found && mdep_idx < num_mdeps )
1170 UINT8 i, num_mdeps;
1204 num_mdeps = p_rec->num_mdeps;
1205 BTIF_TRACE_DEBUG1("num_mdeps=%d", num_mdeps);
1207 for (i=0; i< num_mdeps; i++)
2387 UINT8 num_recs, i, num_mdeps, j;
2403 num_mdeps = p_sdp->sdp_rec[i].num_mdeps;
2404 BTIF_TRACE_DEBUG1("num of mdeps =%d",num_mdeps);
2405 for (j=0; j< num_mdeps; j++)