rymanluk opened a new pull request #792: nimble/host: Improve find conn by 
ble_addr_t
URL: https://github.com/apache/mynewt-nimble/pull/792
 
 
   This function compares ble_addr_t and the problems starts when type 0x02
   or 0x03 is used in conn
   
   Usually it is user who should take care about the proper type, but
   problem might happen when this function is called in the event of
   storage overflow and we might end up with type > 0x01 in conn but we are
   looking for ble_addr_t found in the storage where address is already
   translated to Public or Random.
   
   This patch fixes that.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to