cordova-plugin-bluetoothle icon indicating copy to clipboard operation
cordova-plugin-bluetoothle copied to clipboard

getAdapterInfo missing from index.d.ts and iOS implementation

Open phatpaul opened this issue 4 years ago • 0 comments

I am troubleshooting why the successCallback from connect() didn't fire when a connection is dropped (Lenovo TB-8504F Android 8.1.0). It also doesn't fire when BLE is disabled. So, I considered a workaround using getAdapterInfo() and isConnected() to check periodically.

But getAdapterInfo seems missing from index.d.ts and iOS implementation. Also, the readme doesn't say that iOS is not implemented. I can fix the index.d.ts, but I have no experience with iOS code.

phatpaul avatar Feb 17 '21 22:02 phatpaul