Home | History | Annotate | Download | only in gatt

Lines Matching full:i_rcb

1203     UINT8  i_rcb = 0;
1205 for ( ; i_rcb < GATT_MAX_SR_PROFILES; i_rcb++)
1207 if (gatt_cb.sr_reg[i_rcb].in_use &&
1208 gatt_cb.sr_reg[i_rcb].s_hdl <= handle &&
1209 gatt_cb.sr_reg[i_rcb].e_hdl >= handle )
1214 return i_rcb;
1228 UINT8 i_rcb = 0;
1232 for (i_rcb = 0, p_sreg = gatt_cb.sr_reg; i_rcb < GATT_MAX_SR_PROFILES; i_rcb++, p_sreg++)
1250 return i_rcb;