Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_sreg

467     tGATT_SR_REG            *p_sreg;
506 p_sreg = &gatt_cb.sr_reg[i_sreg];
507 p_sreg->gatt_if = gatt_if;
513 if (p_sreg->type == GATT_UUID_PRI_SERVICE)
515 p_uuid = gatts_get_service_uuid (p_sreg->p_db);
517 p_sreg->sdp_handle = gatt_add_sdp_record(p_uuid, p_sreg->s_hdl, p_sreg->e_hdl);
524 gatts_update_srv_list_elem(i_sreg, p_sreg->s_hdl,
532 p_sreg->s_hdl,p_sreg->e_hdl,
533 p_sreg->type, p_sreg->service_instance,
534 p_sreg->sdp_handle);
1250 tGATT_SR_REG *p_sreg;
1265 for (ii = 0, p_sreg = gatt_cb.sr_reg; ii < GATT_MAX_SR_PROFILES; ii++, p_sreg++)
1267 if (p_sreg->in_use && (p_sreg->gatt_if == gatt_if))
1269 GATTS_StopService(p_sreg->s_hdl);