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/06/14 07:52:16 UTC

[GitHub] [mynewt-nimble] sjanc commented on a diff in pull request #1273: nimble/ll: Fixes for connection strict scheduling

sjanc commented on code in PR #1273:
URL: https://github.com/apache/mynewt-nimble/pull/1273#discussion_r896489467


##########
nimble/controller/src/ble_ll_conn_hci.c:
##########
@@ -955,6 +955,15 @@ ble_ll_conn_hci_update(const uint8_t *cmdbuf, uint8_t len)
         return BLE_ERR_UNK_CONN_ID;
     }
 
+#if MYNEWT_VAL(BLE_LL_CONN_STRICT_SCHED)

Review Comment:
   could this be some runtime option?



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