Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_VALUE

214 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB  *p_tcb, tGATT_VALUE *p_ind)
216 tGATT_VALUE *p_buf;
218 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
221 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
741 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
759 p_buf = (tGATT_VALUE *)GKI_getnext(p_buf);
2035 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE));
2044 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE));
2051 cb_data.att_value = *((tGATT_VALUE *) p_data);