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/30 10:13:18 UTC

[GitHub] rymanluk opened a new pull request #314: nimble/ll: Fix handling directed advertising with privacy

rymanluk opened a new pull request #314: nimble/ll: Fix handling directed advertising with privacy
URL: https://github.com/apache/mynewt-nimble/pull/314
 
 
   Fix incorrect address comparision. advsm->peer_addr is the address
   provided via HCI, in the advertising packets we use advsm->initiator_addr
   which is either advsm->peer_addr or RPA.
   
   Without this patch it is not possible to connect to Nimble when it
   is advertising using RPA

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