ncasaril commented on a change in pull request #944:
URL: https://github.com/apache/mynewt-nimble/pull/944#discussion_r599160119
##########
File path: nimble/include/nimble/ble.h
##########
@@ -109,8 +109,8 @@ struct ble_mbuf_hdr_rxinfo
struct ble_mbuf_hdr_txinfo
{
uint8_t flags;
- uint8_t offset;
- uint8_t pyld_len;
+ uint16_t offset;
+ uint16_t pyld_len;
uint8_t hdr_byte;
Review comment:
Done
--
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]