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 2020/04/06 21:10:49 UTC

[GitHub] [mynewt-nimble] rymanluk opened a new pull request #792: nimble/host: Improve find conn by ble_addr_t

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [mynewt-nimble] apache-mynewt-bot commented on issue #792: nimble/host: Improve find conn by ble_addr_t

Posted by GitBox <gi...@apache.org>.
apache-mynewt-bot commented on issue #792: nimble/host: Improve find conn by ble_addr_t
URL: https://github.com/apache/mynewt-nimble/pull/792#issuecomment-610115342
 
 
   
   <!-- style-bot -->
   
   ## Style check summary
   
   #### No suggestions at this time!
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [mynewt-nimble] rymanluk merged pull request #792: nimble/host: Improve find conn by ble_addr_t

Posted by GitBox <gi...@apache.org>.
rymanluk merged pull request #792: nimble/host: Improve find conn by ble_addr_t
URL: https://github.com/apache/mynewt-nimble/pull/792
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services