Skip to content

Conversation

@lucasssvaz
Copy link
Member

Description of Change

This PR adds the peer's IRK information and fixes the following issues:

  • Deadlock during authentication under certain conditions
  • Deinit function not working as expected
  • Race condition for notifications

Test Scenarios

Tested locally

Related links

Closes #11938
Closes #11906

@lucasssvaz lucasssvaz self-assigned this Oct 25, 2025
@lucasssvaz lucasssvaz requested a review from SuGlider as a code owner October 25, 2025 01:50
@lucasssvaz lucasssvaz added the Area: BLE Issues related to BLE label Oct 25, 2025
@github-actions
Copy link
Contributor

Messages
📖 🎉 Good Job! All checks are passing!

👋 Hello lucasssvaz, we appreciate your contribution to this project!


📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more.

🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project.

Click to see more instructions ...


This automated output is generated by the PR linter DangerJS, which checks if your Pull Request meets the project's requirements and helps you fix potential issues.

DangerJS is triggered with each push event to a Pull Request and modify the contents of this comment.

Please consider the following:
- Danger mainly focuses on the PR structure and formatting and can't understand the meaning behind your code or changes.
- Danger is not a substitute for human code reviews; it's still important to request a code review from your colleagues.
- To manually retry these Danger checks, please navigate to the Actions tab and re-run last Danger workflow.

Review and merge process you can expect ...


We do welcome contributions in the form of bug reports, feature requests and pull requests.

1. An internal issue has been created for the PR, we assign it to the relevant engineer.
2. They review the PR and either approve it or ask you for changes or clarifications.
3. Once the GitHub PR is approved we do the final review, collect approvals from core owners and make sure all the automated tests are passing.
- At this point we may do some adjustments to the proposed change, or extend it by adding tests or documentation.
4. If the change is approved and passes the tests it is merged into the default branch.

Generated by 🚫 dangerJS against 5a91832

@github-actions
Copy link
Contributor

Test Results

 76 files   76 suites   13m 45s ⏱️
 38 tests  38 ✅ 0 💤 0 ❌
241 runs  241 ✅ 0 💤 0 ❌

Results for commit 5a91832.

@github-actions
Copy link
Contributor

Memory usage test (comparing PR against master branch)

The table below shows the summary of memory usage change (decrease - increase) in bytes and percentage for each target.

MemoryFLASH [bytes]FLASH [%]RAM [bytes]RAM [%]
TargetDECINCDECINCDECINCDECINC
ESP32C50‼️ +7K0.00⚠️ +0.88000.000.00
ESP32P40‼️ +7K0.00⚠️ +0.87000.000.00
ESP32S30‼️ +6K0.00⚠️ +0.98000.000.00
ESP32C30‼️ +7K0.00‼️ +1.09000.000.00
ESP32C60‼️ +7K0.00⚠️ +0.95000.000.00
ESP32H20‼️ +7K0.00⚠️ +0.93000.000.00
ESP320‼️ +5K0.00⚠️ +0.50000.000.00
Click to expand the detailed deltas report [usage change in BYTES]
TargetESP32C5ESP32P4ESP32S3ESP32C3ESP32C6ESP32H2ESP32
ExampleFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAMFLASHRAM
libraries/BLE/examples/Beacon_Scanner⚠️ +14620⚠️ +14640⚠️ +14120⚠️ +14600⚠️ +14600⚠️ +14620⚠️ +6720
libraries/BLE/examples/Client⚠️ +14540⚠️ +14540⚠️ +14160⚠️ +14540⚠️ +14540⚠️ +14540⚠️ +8760
libraries/BLE/examples/Client_secure_static_passkey‼️ +6K0‼️ +6K0‼️ +5K0‼️ +6K0‼️ +6K0‼️ +6K0‼️ +5K0
libraries/BLE/examples/EddystoneTLM_Beacon⚠️ +14580⚠️ +14580⚠️ +14320⚠️ +14580⚠️ +14580⚠️ +14580⚠️ +6720
libraries/BLE/examples/EddystoneURL_Beacon⚠️ +14680⚠️ +14620⚠️ +14120⚠️ +14680⚠️ +14680⚠️ +14680⚠️ +6560
libraries/BLE/examples/Notify⚠️ +10040⚠️ +10140⚠️ +10440⚠️ +10040⚠️ +10120⚠️ +10120⚠️ +6480
libraries/BLE/examples/Scan⚠️ +14540⚠️ +14540⚠️ +14160⚠️ +14540⚠️ +14520⚠️ +14540⚠️ +6600
libraries/BLE/examples/Server⚠️ +14580⚠️ +14580⚠️ +14320⚠️ +14580⚠️ +14580⚠️ +14580⚠️ +6600
libraries/BLE/examples/Server_multiconnect⚠️ +10140⚠️ +10080⚠️ +10280⚠️ +10140⚠️ +10060⚠️ +10060⚠️ +6480
libraries/BLE/examples/Server_secure_authorization⚠️ +14360--⚠️ +14040⚠️ +14360⚠️ +14340⚠️ +14360--
libraries/BLE/examples/Server_secure_static_passkey‼️ +7K0‼️ +7K0‼️ +6K0‼️ +7K0‼️ +7K0‼️ +7K0‼️ +5K0
libraries/BLE/examples/UART⚠️ +10180⚠️ +10100⚠️ +10480⚠️ +10160⚠️ +10100⚠️ +10100⚠️ +6440
libraries/BLE/examples/Write⚠️ +14600⚠️ +14580⚠️ +14320⚠️ +14580⚠️ +14580⚠️ +14600⚠️ +6600
libraries/BLE/examples/iBeacon⚠️ +10160⚠️ +10040⚠️ +10360⚠️ +10160⚠️ +10040⚠️ +10080⚠️ +6440

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: BLE Issues related to BLE

Projects

None yet

1 participant