You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/11/08 10:43:14 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #1080: nimble/ll: Fix encrypted payload length

andrzej-kaczmarek opened a new pull request #1080:
URL: https://github.com/apache/mynewt-nimble/pull/1080


   ble_ll_pdu_max_tx_octets_get() returns number of bytes that can be added between LL header and CRC so the complete PDU is no longer than maxTxTime allowed. However, if link is encrypted there will be also MIC added after the payload so effectively we need to stript that extra 4 bytes from allowed payload length.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [mynewt-nimble] andrzej-kaczmarek merged pull request #1080: nimble/ll: Fix encrypted payload length

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #1080:
URL: https://github.com/apache/mynewt-nimble/pull/1080


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org