Lines Matching full:segment
33 * buffers available compared to the maximum supported outgoing segment
54 /* Number of retransmit attempts (after the initial transmit) per segment */
71 u8_t seg_n:5, /* Last segment index */
259 BT_DBG("Skipping segment that's still advertising"); in seg_tx_send_unacked()
274 BT_ERR("Sending segment failed"); in seg_tx_send_unacked()
305 BT_ERR("Not enough segment buffers for length %u", sdu->om_len); in send_seg()
317 BT_ERR("No multi-segment message contexts available"); in send_seg()
355 BT_ERR("Out of segment buffers"); in send_seg()
403 BT_ERR("Sending segment failed"); in send_seg()
744 BT_ERR("Too large segment number in ack"); in trans_ack()
914 /* 100 ms for every not yet received segment */ in ack_timeout()
1016 * send an ack if we receive a segment after we've already received in seg_rx_reset()
1105 BT_ERR("Invalid segment for ongoing session"); in seg_rx_is_valid()
1110 BT_ERR("Invalid source or destination for segment"); in seg_rx_is_valid()
1115 BT_ERR("Inconsistent CTL in segment"); in seg_rx_is_valid()
1191 * of the first segment " in trans_seg()
1224 BT_WARN("Got segment for already complete SDU"); in trans_seg()
1235 BT_WARN("Got segment for canceled SDU"); in trans_seg()
1287 BT_ERR("Incorrect segment size for message type"); in trans_seg()
1305 /* Mark segment as received */ in trans_seg()
1318 /* Clear the segment's bit */ in trans_seg()