Home | History | Annotate | Download | only in gatt

Lines Matching defs:to_send

345     UINT16  to_send, offset;
350 to_send = p_attr->len - p_attr->offset;
352 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
353 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;
363 GATT_TRACE_DEBUG2("offset =0x%x len=%d", offset, to_send );
369 to_send, /* length */
374 p_clcb->counter = to_send;
1047 p_cmd->to_send && p_cmd->p_cmd != NULL)
1053 p_cmd->to_send = FALSE;