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

[WIP] Support GATT Service #624

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

[WIP] Support GATT Service #624

wants to merge 1 commit into from

Conversation

zxzxwu
Copy link
Collaborator

@zxzxwu zxzxwu commented Jan 14, 2025

No description provided.


def __init__(
self,
server_supported_features: int | None = None,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe an IntFlag class for ServerSupportedFeature would be convenient here. (same for ClientSupportedFeature)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I defined them in gatt.py

@zxzxwu zxzxwu force-pushed the gatt branch 2 times, most recently from 63f967a to 799a96c Compare January 14, 2025 18:02
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 this pull request may close these issues.

2 participants