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 for runtime errors on OS X 10.8.4 #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sanekgusev
Copy link

While this lightblue may very well compile on 10.8, it doesn't really work there, at least it most certainly does not on my 10.8.4 with python 2.7.3 installed from Homebrew.
The problem is missing IOBluetoothDeviceInquiryDelegate protocol method implementations in _AsyncDeviceInquiry and incorrect type encoding string for the - (void) deviceInquiryComplete:(IOBluetoothDeviceInquiry*)sender error:(IOReturn)error aborted:(BOOL)aborted; method.
This fixes both issues.

…in _AsyncDeviceInquiry class to avoid runtime errors on OS X 10.8. Fixed type encodings string for deviceInquiryComplete_error_aborted_ method (was v@:@ib, now v@:@iz).
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.

1 participant