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

Fix CoreBluetooth characteristic init missing without response size #95

Conversation

kevincar
Copy link
Owner

@kevincar kevincar commented Nov 9, 2022

Added the max_write_without_response_size to be the BLE MTU. Currently, this value is stored to comply with Bleak Characteristics but is unused on bless.

Added the max_write_without_response_size to be the BLE MTU. Currently,
this value is stored to comply with Bleak Characteristics but is unused
on bless.
@kevincar kevincar merged commit 89a0309 into develop Nov 9, 2022
@kevincar kevincar deleted the 92-serverpy-example-corebluetooth-missing-argument-max_write_without_response_size branch July 1, 2023 22:13
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.

server.py example: corebluetooth missing argument: 'max_write_without_response_size'
1 participant