sada45 commented on issue #1808: URL: https://github.com/apache/mynewt-nimble/issues/1808#issuecomment-2238570546
> there's `BLE_LL_CONN_EVENT_END_MARGIN` syscfg added exactly for this purpose Oh, `BLE_LL_CONN_EVENT_END_MARGIN` seems to be a new feature in the later version. I check the latest `ble_ll_conn_get_next_sched_time()` function and I think wether it is necessary to consider the `BLE_LL_CONN_EVENT_END_MARGIN` after the Line 953 `ce_end = next_sched_time;`? Since the issue I find is that the reply packet receiving is interruptted by the connection event of other connections. We should reserve the time for timing error and processing. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
