Home | History | Annotate | Download | only in gatt

Lines Matching defs:ii

561     UINT8           ii = gatt_sr_find_i_rcb_by_handle(service_handle);
566 if ( (ii > 0) && (ii < GATT_MAX_SR_PROFILES) && (gatt_cb.sr_reg[ii].in_use) )
568 if (gatt_cb.sr_reg[ii].sdp_handle)
570 SDP_DeleteRecord(gatt_cb.sr_reg[ii].sdp_handle);
572 gatt_remove_a_srv_from_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[ii]);
573 gatt_cb.srv_list[ii].in_use = FALSE;
574 memset (&gatt_cb.sr_reg[ii], 0, sizeof(tGATT_SR_REG));
1244 UINT8 i, ii, j;
1260 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg++)