Home | History | Annotate | Download | only in gatt

Lines Matching refs:tGATT_VALUE

600     tGATT_VALUE      indication;
602 tGATT_VALUE *p_buf;
673 tGATT_VALUE notif;
983 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write)
987 tGATT_VALUE *p;
1012 if (( p_clcb->p_attr_buf = (UINT8 *)GKI_getbuf((UINT16)sizeof(tGATT_VALUE))) != NULL)
1014 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE));
1016 p = (tGATT_VALUE *)p_clcb->p_attr_buf;