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/01 10:06:31 UTC

[GitHub] [mynewt-nimble] andrzej-kaczmarek opened a new pull request #1159: nimble/phy/cmac: Fix unexpected match on resolving list

andrzej-kaczmarek opened a new pull request #1159:
URL: https://github.com/apache/mynewt-nimble/pull/1159


   During scan window we restart rx after PDU without reinitializing phy,
   this means we do not reenable resolving list. On CMAC this means flags
   in resolver are not cleared so once we matched one device, we will
   return match for all subsequent devices in that window. So we just need
   to clear flag before starting any rx.


-- 
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] andrzej-kaczmarek merged pull request #1159: nimble/phy/cmac: Fix unexpected match on resolving list

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #1159:
URL: https://github.com/apache/mynewt-nimble/pull/1159


   


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