andrzej-kaczmarek opened a new pull request, #1349: URL: https://github.com/apache/mynewt-nimble/pull/1349
This adds support for scheduling custom items in NimBLE scheduler. Custom items shall use BLE_LL_SCHED_EXTERNAL type and set LL state to BLE_LL_STATE_EXTERNAL when executing. When in that state, LL will call appropriate callbacks as for any other built-in state which shall be implemented by application. If different types of custom items are used, they can be differentiated by sched_ext_type field which can have an arbitrary value set by application. Note that this featuer is marked as experimental as API is subject to change. -- 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-unsubscr...@mynewt.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org