rymanluk opened a new pull request #476: nimble/controller: Fix for privacy mode
URL: https://github.com/apache/mynewt-core/pull/476
 
 
   According to Bluetooth specificatoin 5.0 Vol 2. Part E 7.8.12, in LE
   Create Connection Command:
   
   "The Host shall not set Peer_Address_Type to either 0x02 or 0x03
   if both the Host and the Controller support the LE Set Privacy Mode
   command."
   
   With this patch, when peer_address_type in LE Create Connection command
   is set to 0x00 or 0x01 it is possible to connect to remote device
   which is in controller resolving list and advertise with rpa
   
   With this patch it is not possible to connect to remote device which is
   in the controller resolving list in privacy mode network and advertise
   with its identity address.
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to