Skip to content

Commit

Permalink
Add dummy implementations to satisfy new IOBluetoothDeviceInquiryDele…
Browse files Browse the repository at this point in the history
…gate protocol
  • Loading branch information
hans committed Apr 11, 2013
1 parent 516a200 commit 27d4ff5
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/mac/_lightblue.py
Original file line number Diff line number Diff line change
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 27d4ff5

Please sign in to comment.