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

Make blacklist more specific #19

Open
g-ortuno opened this issue Feb 6, 2017 · 2 comments
Open

Make blacklist more specific #19

g-ortuno opened this issue Feb 6, 2017 · 2 comments

Comments

@g-ortuno
Copy link

g-ortuno commented Feb 6, 2017

Sometimes there are collisions between blacklisted Service UUIDs and non-blacklisted Characteristic UUIDs which results in missing features for Web Bluetooth. For example the FIDO Service (0xfffd) is blacklisted; Playbulb uses that UUID for one of its characteristics which means we can't use the characteristic on Playbulb.

@jyasskin
Copy link
Member

jyasskin commented Feb 6, 2017

Playbulb needs to avoid UUIDs in the Bluetooth reserved space or get them officially allocated by the Bluetooth SIG.

@beaufortfrancois
Copy link
Member

I tend to agree with @g-ortuno there. We should blacklist Service 0xfffd, not Characteristic 0xfffd as it is implied in https://github.com/WebBluetoothCG/registries/blob/master/gatt_blocklist.txt

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

No branches or pull requests

3 participants