m-gorecki opened a new pull request, #1473:
URL: https://github.com/apache/mynewt-nimble/pull/1473

   While re-pairing ble_store_config_find_sec function was checking peer 
address, ediv and random number. Even if peer address was the same, the bond 
could be recognized as not the one we was looking for, because ediv and random 
number could be different. This was causing issues when the BLE_STORE_MAX_BONDS 
syscfg val was used. Re-pairing to the same device was treated as pairing to 
the new device and if current number of bonds was the same as 
BLE_STORE_MAX_BONDS, the re-pairing was failing.


-- 
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-unsubscr...@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to