-
Notifications
You must be signed in to change notification settings - Fork 58
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
A custom Advertisement with a constructor can fail to parse incoming BLE data correctly #86
Labels
bug
Something isn't working
Comments
I'm in the middle of writing an application using BLE. Give me a week or so and I'll provide a concise example which shows this. |
I don't think extended is factor here but my example happens to feature it.
CLUE 1
CLUE 2
|
There's an unrelated issue with constructor needing to accept and forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This innocent looking constructor in a sub-class of
Advertisement
:was causing ads to be receieved on another Adafruit device use this library as
Minor possibility I've misdiagnosed this and they are sent like this due to a bug but this seems unlikely.
Originally mentioned in the comments of #79 (comment)
The text was updated successfully, but these errors were encountered: