Home | History | Annotate | Download | only in gatt

Lines Matching full:p_last

884     tGATT_ATTR16    *p_attr16 = NULL, *p_last;
940 p_last = (tGATT_ATTR16 *)p_db->p_attr_list;
942 while (p_last != NULL && p_last->p_next != NULL)
943 p_last = (tGATT_ATTR16 *)p_last->p_next;
945 p_last->p_next = p_attr16;