32feet icon indicating copy to clipboard operation
32feet copied to clipboard

Unable to find BeginDiscoverDevices method in the BluetoothClient class

Open mateusmlo opened this issue 3 years ago • 1 comments

I'm currently working on a project which began using the legacy 3.x version of the lib, but I've updated it to the latest ones and am trying to refactor the methods that broke due to major changes. But I'm currently having trouble finding the BluetoothClient's method BeginDiscoverDevices, as the project uses an async callback logic to handle this. I can only find the DiscoverDevices method which does not return what I need. Any workarounds on this? The method is not even listed in the metadata file, is it deprecated then?

image

mateusmlo avatar May 10 '21 15:05 mateusmlo

Sorry, the method is not currently available in the new codebase. I'm looking at async discovery options alongside the DiscoverDevices method for a future update.

peterfoot avatar May 17 '21 09:05 peterfoot