Searched refs:p_write (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_api.c978 ** p_write - write operation parameters.
983 tGATT_STATUS GATTC_Write (UINT16 conn_id, tGATT_WRITE_TYPE type, tGATT_VALUE *p_write) argument
993 if ( (p_tcb == NULL) || (p_reg==NULL) || (p_write == NULL) ||
1010 p_clcb->auth_req = p_write->auth_req;
1014 memcpy(p_clcb->p_attr_buf, (void *)p_write, sizeof(tGATT_VALUE));
1019 p_clcb->start_offset = p_write->offset;
/system/bt/stack/include/
H A Dgatt_api.h963 ** p_write - write operation parameters.
969 tGATT_VALUE *p_write);

Completed in 8 milliseconds