BluetoothSerial icon indicating copy to clipboard operation
BluetoothSerial copied to clipboard

Missing unsubscribe() / unSubScribeRowData() and many more methods

Open ShubhamKhatri2 opened this issue 3 years ago • 1 comments

We are currently using Ionic Bluetooth Serial package. I have checked package documentation on GitHub. There mentioned unsubscribe() and unsubscribeRowData() and like more functions. but when I tried to use there functions, following methods are available or working and all other methods are missing from ionic Bluetooth Serial package.

connect() connectInsecure() disconnect() write() available() read() readUntil() clear() list() isEnabled() isConnected() readRSSI() showBluetoothSettings() enable() discoverUnpaired() setDeviceDiscoveredListener() setName() setDiscoverable() subscribe() subscribeRowData()

this all above methods are available in the package. but the main methods like unsubscribe() and unsubscribeRowData() are not found.

In Edition

We are using this plugin for ionic capacitor

We Need

we just need unsubscribe() and unsubscribeRowData() methods to continue on our work, this package is working very fine but this problem is really terrible.

ShubhamKhatri2 avatar Jun 24 '22 06:06 ShubhamKhatri2

I have the same problem, did you manage to solve it? It really bothers me and it's delaying my work.

Lucas-Wanat avatar Feb 27 '23 10:02 Lucas-Wanat