Home | History | Annotate | Download | only in gatt

Lines Matching refs:i_sreg

399     UINT8                           i_sreg;
431 if ((i_sreg = gatt_sr_find_i_rcb_by_app_id (p_app_uuid128,
435 GATTS_StopService(gatt_cb.sr_reg[i_sreg].s_hdl);
469 UINT8 i_sreg;
500 if ((i_sreg = gatt_sr_alloc_rcb(p_list)) == GATT_MAX_SR_PROFILES)
506 p_sreg = &gatt_cb.sr_reg[i_sreg];
524 gatts_update_srv_list_elem(i_sreg, p_sreg->s_hdl,
527 gatt_add_a_srv_to_list(&gatt_cb.srv_list_info, &gatt_cb.srv_list[i_sreg]);
529 GATT_TRACE_DEBUG ("allocated i_sreg=%d ",i_sreg);