We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a project with a sample peripheral, when I expose the a 16-bit service and 16-bit UUID, my Nordic NRF52 isn't picking it up in directed discovery.
When I expand it to 128-bits, it's still not being picked up.
If I change any random char, it's picked up perfectly.
Seems to be some weirdness with the well-known UUIDs, probably coming from CoreBluetooth, or SwiftyTooth.
Also, the UUID is picked up if I do an unconstrained search on all UUIDs, so it's something specifically about filtering by 16-bit UUID.
The text was updated successfully, but these errors were encountered:
This is another +1 for #62
Sorry, something went wrong.
No branches or pull requests
In a project with a sample peripheral, when I expose the a 16-bit service and 16-bit UUID, my Nordic NRF52 isn't picking it up in directed discovery.
When I expand it to 128-bits, it's still not being picked up.
If I change any random char, it's picked up perfectly.
Seems to be some weirdness with the well-known UUIDs, probably coming from CoreBluetooth, or SwiftyTooth.
Also, the UUID is picked up if I do an unconstrained search on all UUIDs, so it's something specifically about filtering by 16-bit UUID.
The text was updated successfully, but these errors were encountered: