Home | History | Annotate | Download | only in src

Lines Matching refs:bytes_to_send

597     uint16_t bytes_to_send, lay_spec;
643 bytes_to_send = acl_pkt_size + 1; /* packet_size + message type */
645 bytes_sent = userial_write(event,(uint8_t *) p,bytes_to_send);
697 bytes_to_send = p_msg->len + 1; /* message_size + message type */
699 bytes_sent = userial_write(event,(uint8_t *) p, bytes_to_send);