Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ShubhamKhatri2 opened this issue Jun 24, 2022 · 1 comment
Open

Comments

@ShubhamKhatri2
Copy link

ShubhamKhatri2 commented Jun 24, 2022

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.

@Lucas-Wanat
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants