Skip to content

BT: Advertising does not work with ESP-IDF 5.5+ - #670

Merged
ivmarkov merged 3 commits into
masterfrom
bt-versioning-fixes
Jul 16, 2026
Merged

BT: Advertising does not work with ESP-IDF 5.5+#670
ivmarkov merged 3 commits into
masterfrom
bt-versioning-fixes

Conversation

@ivmarkov

@ivmarkov ivmarkov commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

Thank you for your contribution!

We appreciate the time and effort you've put into this pull request.
To help us review it efficiently, please ensure you've gone through the following checklist:

Submission Checklist 📝

  • I have updated existing examples or added new ones (if applicable).
  • I have used cargo fmt command to ensure that all changed code is formatted correctly.
  • I have used cargo clippy command to ensure that all changed code passes latest Clippy nightly lints.
  • My changes were added to the CHANGELOG.md in the proper section.

Pull Request Details 📖

Description

This PR is addressing:

Both of these are caused by a wrong spelling of an ESP-IDF cfg version guard: "_least" instead of "_at_least".

Chips affected: esp32c3, esp32s3, likely the classic esp32 as well.

Additionally, following extra fixes:

  • ExtendedAdvertising* events are no longer mis-mapped as Other
  • ScanDuplicate::Reset in the gap module was gated on esp_idf_ble_50_feature_support instead of esp_idf_bt_ble_50_features_supported.

Testing

Tested with esp-idf-matter

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant