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 2023/01/04 14:57:01 UTC

[GitHub] [mynewt-nimble] sjanc opened a new pull request, #1425: nimble/ll: Allow to tune time needed for scheduling next conn event

sjanc opened a new pull request, #1425:
URL: https://github.com/apache/mynewt-nimble/pull/1425

   This works by allowing to shorten connection event end time by specified number of us. This value should be tuned only after measuring performance as depends on various factors like build optimisation, cache, clock speed etc.


-- 
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] apache-mynewt-bot commented on pull request #1425: nimble/ll: Allow to tune time needed for scheduling next conn event

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1425:
URL: https://github.com/apache/mynewt-nimble/pull/1425#issuecomment-1371466198

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this 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] tannewt commented on a diff in pull request #1425: nimble/ll: Allow to tune time needed for scheduling next conn event

Posted by GitBox <gi...@apache.org>.
tannewt commented on code in PR #1425:
URL: https://github.com/apache/mynewt-nimble/pull/1425#discussion_r1061871362


##########
nimble/controller/syscfg.yml:
##########
@@ -537,6 +537,15 @@ syscfg.defs:
         range: 1..257
         value: 32
 
+    BLE_LL_CONN_EVENT_END_MARGIN:
+        description: >
+            Extra time needed for scheduling next connection event. Setting this
+            value results in ending connection event sonner (in us) which gives

Review Comment:
   ```suggestion
               value results in ending connection event sooner (in microseconds) which gives
   ```



-- 
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] sjanc merged pull request #1425: nimble/ll: Allow to tune time needed for scheduling next conn event

Posted by GitBox <gi...@apache.org>.
sjanc merged PR #1425:
URL: https://github.com/apache/mynewt-nimble/pull/1425


-- 
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] apache-mynewt-bot commented on pull request #1425: nimble/ll: Allow to tune time needed for scheduling next conn event

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on PR #1425:
URL: https://github.com/apache/mynewt-nimble/pull/1425#issuecomment-1371045875

   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this 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