KKopyscinski commented on a change in pull request #849:
URL: https://github.com/apache/mynewt-nimble/pull/849#discussion_r463410086
##########
File path: apps/blestress/src/rx_stress.c
##########
@@ -837,14 +837,6 @@ rx_stress_10_l2cap_event(struct ble_l2cap_event *event,
void *arg)
MODLOG_DFLT(INFO, "Data buf %s\n", data_buf ? "OK" : "NOK");
assert(data_buf != NULL);
- /* The first 2 bytes of data is the size of appended pattern data. */
Review comment:
I don't think so - the other board doesn't really read that data, just
receives it, detects MTU and calculates bitrate. In theory, this could be used
to check the length of the data - but in current state it's done just by using
OS_MBUF_PKTLEN().
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]