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/10/05 15:25:24 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #1047: nimble/ll: Optimize AUX_CONNECT_REQ tx

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


   Currently we initialize a lot of connsm settings prior to scheduling
   1st connection event and this takes some time. However, we only need
   connection interval, latency and supervision timeout to be initialized
   in order to schedule event properly and send AUX_CONNECT_REQ, other
   stuff can be done after tx has already started.
   
   This is especially important on slower MCU like CMAC as with old code
   it was barely possible to make tx within Tifs even on speed build.
   
   New code saves ~15us on CMAC prior to tx so we have quite a good margin
   to complete on time.Currently we initialize a lot of connsm settings prior to scheduling
   1st connection event and this takes some time. However, we only need
   connection interval, latency and supervision timeout to be initialized
   in order to schedule event properly and send AUX_CONNECT_REQ, other
   stuff can be done after tx has already started.
   
   This is especially important on slower MCU like CMAC as with old code
   it was barely possible to make tx within Tifs even on speed build.
   
   New code saves ~15us on CMAC prior to tx so we have quite a good margin
   to complete on time.


-- 
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 #1047: nimble/ll: Optimize AUX_CONNECT_REQ tx

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


   


-- 
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 #1047: nimble/ll: Optimize AUX_CONNECT_REQ tx

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


   


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