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

Fixed notification value should be bytearray on CoreBluetooth. #561

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Jun 4, 2021

This fixes the value passed to the notification callback not being cast to bytearray like other backends.

Fixes #560

This fixes the value passed to the notification callback not being cast
to bytearray like other backends.

Fixes hbldh#560
@dlech dlech merged commit 55a2d34 into hbldh:develop Jun 7, 2021
@dlech dlech deleted the bug/cb-notify-bytearray branch June 7, 2021 21:52
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.

CoreBluetooth: Callback gets _NSInlineData, not bytearray, causing methods to fail
1 participant