Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_VALUE

215 tGATT_VALUE *gatt_add_pending_ind(tGATT_TCB  *p_tcb, tGATT_VALUE *p_ind)
217 tGATT_VALUE *p_buf;
219 if ((p_buf = (tGATT_VALUE *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
222 memcpy(p_buf, p_ind, sizeof(tGATT_VALUE));
746 tGATT_VALUE *p_buf = (tGATT_VALUE *)GKI_getfirst(&p_tcb->pending_ind_q);
764 p_buf = (tGATT_VALUE *)GKI_getnext(p_buf);
2128 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE));
2143 memset(&cb_data.att_value, 0, sizeof(tGATT_VALUE));
2150 cb_data.att_value = *((tGATT_VALUE *) p_data);