Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_srv

418     tGATT_SRV_LIST_ELEM *p_srv= p_start->p_next;
425 while (p_srv)
427 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg);
437 p_srv = p_srv->p_next;
455 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first;
459 while (p_srv)
461 if (p_srv->is_primary)
463 p_list->p_last_primary = p_srv;
465 p_srv = p_srv->p_next;