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 2022/02/17 13:21:35 UTC

[GitHub] [mynewt-nimble] sjanc commented on a change in pull request #1164: nimble/ll: New connection strict scheduling

sjanc commented on a change in pull request #1164:
URL: https://github.com/apache/mynewt-nimble/pull/1164#discussion_r808976077



##########
File path: nimble/controller/src/ble_ll_sched.c
##########
@@ -457,20 +493,60 @@ ble_ll_sched_conn_central_new(struct ble_ll_conn_sm *connsm,
         }
     }
 
+    orig_start_time = earliest_start - g_ble_ll_sched_offset_ticks;
+
+#if MYNEWT_VAL(BLE_LL_CONN_STRICT_SCHED)
+    uint8_t rem_us;

Review comment:
       nitpick: declared at top




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