Home | History | Annotate | Download | only in gatt

Lines Matching refs:p_srv

419     tGATT_SRV_LIST_ELEM *p_srv= p_start->p_next;
426 while (p_srv)
428 p_rcb = GATT_GET_SR_REG_PTR(p_srv->i_sreg);
438 p_srv = p_srv->p_next;
456 tGATT_SRV_LIST_ELEM *p_srv= p_list->p_first;
460 while (p_srv)
462 if (p_srv->is_primary)
464 p_list->p_last_primary = p_srv;
466 p_srv = p_srv->p_next;