darshan7patel opened a new pull request, #1654: URL: https://github.com/apache/mynewt-nimble/pull/1654
- The `ble_store_util_bonded_peer` function has a hardcoded value of 1 for the `max_peer` parameter, which might cause issues when `BLE_STORE_MAX_BONDS` is greater than 1. In such cases, an error code (rc=6) is returned due to resource exhaustion. This prevents the execution of the `ble_gap_unpair` function, resulting in the oldest peer not being deleted. - Modifications were made to accommodate a maximum of BLE_STORE_MAX_BONDS bonds. -- 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