Rand Dusing
Rand Dusing
I still recommend checking out the code in the example and make sure you're following the same pattern.
What's the downside of writing it again? Slightly slower subscribe setup?
The other Android devices need to be advertising as BLE devices. They won't do this by default. An application needs to be advertising its services.
Try using the example in the angular wrapper. If you install the sample app on two devices, they will communicate.
Do you know what is calling queueAdd? Are you calling read or subscribe? I typically didn't use reconnect, so there may be some strange behavior.
I recommend just using `connect()` and never `reconnect()`. If the device disconnects or there's some other type of unrecoverable error, call `close()` and then start the connect process over via...
Please provide more details: operating system, phone, example code, etc
Please share the code when you can. It could be a side effect of the phone or Android version
If that latest version doesn't work, feel free to raise a PR. I'm limited to iOS devices now, so I can't personally test anything.
PRs welcome 😃