Skip to content

Commit

Permalink
Merge pull request #3 from hans/master
Browse files Browse the repository at this point in the history
Add dummy implementations to satisfy new IOBluetoothDeviceInquiryDelegate protocol in 10.8
  • Loading branch information
0-1-0 committed Oct 23, 2014
2 parents 516a200 + 27d4ff5 commit 35580e3
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/mac/_lightblue.py
Expand Up @@ -470,8 +470,19 @@ def deviceInquiryComplete_error_aborted_(self, inquiry, err, aborted):
def deviceInquiryStarted_(self, inquiry):
if self.cb_started:
self.cb_started()



# - (void)deviceInquiryDeviceNameUpdated:device:devicesRemaining:
def deviceInquiryDeviceNameUpdated_device_devicesRemaining_(self, sender,
device,
devicesRemaining):
pass

# - (void)deviceInquiryUpdatingDeviceNamesStarted:devicesRemaining:
def deviceInquiryUpdatingDeviceNamesStarted_devicesRemaining_(self, sender,
devicesRemaining):
pass


### utility methods ###


Expand Down

0 comments on commit 35580e3

Please sign in to comment.