Home | History | Annotate | Download | only in gatt

Lines Matching full:to_send

366     UINT16  to_send, offset;
371 to_send = p_attr->len - p_attr->offset;
373 if (to_send > (p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE)) /* 2 = UINT16 offset bytes */
374 to_send = p_tcb->payload_size - GATT_WRITE_LONG_HDR_SIZE;
384 GATT_TRACE_DEBUG("offset =0x%x len=%d", offset, to_send );
390 to_send, /* length */
395 p_clcb->counter = to_send;
1114 p_cmd->to_send && p_cmd->p_cmd != NULL)
1121 p_cmd->to_send = FALSE;