Paul T
Paul T
If you look at the method endSimpleBluetooth in the SimpleBluetooth class, I am already calling bluetoothUtility.closeConnections()
@DavidBcn I'm not sure what work around you're alluding to. Can you clarify? If you want to do another scan after closing the library you'll have to initialize. Also you...
Can you post the full code snippet you're trying to use?
Hello, Can I see your code both on the Android side as well as the Arduino side? Thanks
Ok, the baud rate shouldn't be a factor. If you can give me the code I can try to reproduce it on my end. How is the android code different...
Ok thanks, I actually think I may have found an issue: In the BluetoothUtility.java class I have the following code in the `ConnectedThread` class: ``` java public void run() {...
Great thanks. If I get a chance after work today I'll give it a try as well. Thanks
I think I may have fixed it in the latest commit. You can try it out with this dependency: `compile 'com.github.DeveloperPaul123:SimpleBluetoothLibrary:f50e73a215'` If it does in fact fix the problem, I'll...
I'm re-openning this for now until it's confirmed to be solved.
Looks like jitpack is still building it. The site is also acting kind-of funky so I'd give it a minute to update.