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 2019/01/29 18:15:41 UTC

[GitHub] rymanluk opened a new pull request #313: nimble/ll: Fix procedure collision as a slave

rymanluk opened a new pull request #313: nimble/ll: Fix procedure collision as a slave
URL: https://github.com/apache/mynewt-nimble/pull/313
 
 
   This patch fixes following scenarion
   1. Nimble as a Slave starts LL procedure "A"
   2. Master starts encryption procedure
   
   In such a case, nimble overrided cur_ctrl_proc with BLE_LL_CTRL_PROC_ENCRYPT
   which leads to restart procedure "A" once encryption has been done.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services