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

nrf528xx: handle BLE_GAP_EVT_PHY_UPDATE_REQUEST #160

Merged
merged 1 commit into from
May 2, 2023

Conversation

ysoldak
Copy link
Contributor

@ysoldak ysoldak commented May 1, 2023

... and explicitly ignore some other events.

While working on #86, I've noticed some events are logged as "unknown" while we could just explicitly ignore them.

Also, I was not able to connect to my XIAO-BLE board from iOS via nRF Connect or LightBlue apps.
Apparently, the problem was with unhandled BLE_GAP_EVT_PHY_UPDATE_REQUEST event.
This is now implemented and connection happens successfully.

and explicitly ignore some other events
@deadprogram
Copy link
Member

Worked for me, thank you very much for the improvement/fix @ysoldak now merging.

@deadprogram deadprogram merged commit e5b9a89 into tinygo-org:dev May 2, 2023
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.

2 participants