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

fix: corrections for HCI GAP Advertiser #329

Merged
merged 2 commits into from
Jan 9, 2025
Merged

fix: corrections for HCI GAP Advertiser #329

merged 2 commits into from
Jan 9, 2025

Conversation

deadprogram
Copy link
Member

This PR contains 2 corrections for HCI GAP Advertiser.

The first one is to not send the ADFlags when acting as a beacon to save bytes. Needed by FindMy manufacturer data.

The second is to set a more reasonable default value for HCI Interval, based on https://developer.apple.com/accessories/Accessory-Design-Guidelines.pdf as we do in other parts of the code.

gap_hci.go Show resolved Hide resolved
gap_hci.go Show resolved Hide resolved
@deadprogram
Copy link
Member Author

Rebased against dev

@deadprogram
Copy link
Member Author

Note that in a future PR I will replace the entire HCI GAP implementation with the one in gap.go that is already used by the nrf implementation.

@deadprogram
Copy link
Member Author

Thanks for review and feedback @ysoldak now merging.

@deadprogram deadprogram merged commit 43edf72 into dev Jan 9, 2025
4 checks passed
@deadprogram deadprogram deleted the fix-hci-gap-adv branch January 9, 2025 13:12
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