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

UUIDs must be lower case #23

Closed
DrRGee opened this issue Sep 4, 2019 · 1 comment · Fixed by #24
Closed

UUIDs must be lower case #23

DrRGee opened this issue Sep 4, 2019 · 1 comment · Fixed by #24

Comments

@DrRGee
Copy link

DrRGee commented Sep 4, 2019

e.g.,

peripheral.characteristic("f000aa22-0451-4000-b000-000000000000"); // WORKS
peripheral.characteristic("F000AA22-0451-4000-B000-000000000000"); // DOES NOT WORK

@sandeepmistry
Copy link
Contributor

Hi @DrRGee,

Thanks for opening this, I've proposed some changes in pull request #24 to address this.

We welcome any feedback you have on them. You can download a version of the modified library that includes the changes here: https://github.com/sandeepmistry/ArduinoBLE/archive/uuid-case-insensitive-comparison.zip

cparata added a commit to cparata/ArduinoBLE that referenced this issue Feb 8, 2021
Timeout returned when configuring BLE stack for SharedMem transport
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 a pull request may close this issue.

2 participants