Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bleprph_wifi_coex has outdated reference to BLE_GAP_EVENT_LINK_ESTAB (IDFGH-14418) #15198

Open
3 tasks done
nskalsky opened this issue Jan 14, 2025 · 1 comment
Open
3 tasks done
Assignees
Labels
Status: In Progress Work is in progress Type: Bug bugs in IDF

Comments

@nskalsky
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.3.1

Operating System used.

macOS

How did you build your project?

VS Code IDE

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Expected it to compile. I had to change BLE_GAP_EVENT_LINK_ESTAB to BLE_GAP_EVENT_CONNECT

What is the actual behavior?

Does not compile

Steps to reproduce.

  1. Extract Source
  2. Build

Build or installation Logs.

No response

More Information.

No response

@nskalsky nskalsky added the Type: Bug bugs in IDF label Jan 14, 2025
@github-actions github-actions bot changed the title bleprph_wifi_coex has outdated reference to BLE_GAP_EVENT_LINK_ESTAB bleprph_wifi_coex has outdated reference to BLE_GAP_EVENT_LINK_ESTAB (IDFGH-14418) Jan 14, 2025
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 14, 2025
@rahult-github
Copy link
Collaborator

Hi @nskalsky ,

The event BLE_GAP_EVENT_LINK_ESTAB was introduced later on and is not part of release tag v5.3.1 . May i know if you are switching branches / codebase and hence you have stale code with reference to the event left around ?

Also can please share your console log depicting what compilation failure are you observing on release tag v5.3.1 ? Currently, no event has been removed , so there shouldn't be any compilation failure.

@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress Work is in progress Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

4 participants