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

Add support for characteristic descriptions #243

Open
Oskee-Wow-Wow opened this issue Feb 5, 2022 · 0 comments
Open

Add support for characteristic descriptions #243

Oskee-Wow-Wow opened this issue Feb 5, 2022 · 0 comments

Comments

@Oskee-Wow-Wow
Copy link

Would be useful to have characteristic descriptions available, but the two current description calls return GATTLIB_NOT_SUPPORTED:

int gattlib_discover_desc_range(gatt_connection_t* connection, int start, int end, gattlib_descriptor_t** descriptors, int* descriptor_count) {
        return GATTLIB_NOT_SUPPORTED;
}

int gattlib_discover_desc(gatt_connection_t* connection, gattlib_descriptor_t** descriptors, int* descriptor_count) {
        return GATTLIB_NOT_SUPPORTED;
}

Thanks

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