andrzej-kaczmarek commented on issue #1808:
URL: https://github.com/apache/mynewt-nimble/issues/1808#issuecomment-2238602098

   value assigned to `ce_end` in line 953 is the start time of next scheduled 
item which is different than current connection so it does not interfere with 
current connection event, i.e. even if we tx/rx packet at the very end of 
connection event, it can be processed while next scheduled item is being handled
   
   `ce_end` calculations done before that for actual connection event end are 
adjusted for `BLE_LL_CONN_EVENT_END_MARGIN` because after tx/rx of last packet 
in connection event we need some time to reschedule for next connection event


-- 
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-unsubscr...@mynewt.apache.org

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

Reply via email to