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

Expose characteristic properties and flags. #287

Open
evilsocket opened this issue Aug 16, 2024 · 0 comments
Open

Expose characteristic properties and flags. #287

evilsocket opened this issue Aug 16, 2024 · 0 comments

Comments

@evilsocket
Copy link

Hi, I'm using this package to reimplement a module for a project of mine and as I was refactoring the existing code to use your package instead of the previous gatt library I found a few key features / information being missing. The most important one is the characteristics properties and flags that tell if the char is readable, writable, enabled to notifications and so forth plus the type of device. You can check here how they are parsed on Linux.

Since your package is a bit more high level since it uses Bluez and Core BT, you can probably just expose native properties such as this on macOS.

If there's interest in this I can work on it and send a PR, but I'd need some guidance from a core developer in how those new fields must be normalized before being exposed to higher level methods.

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

1 participant