You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to connect my device with other devices from the app. I implemented almost the same the code from the documentation but after calling startDiscovery() function in the app's init state cancelDiscovery is instantly called by the app for no reason. The code successfully ran for first two or three times but starts producing the following error afterwards
D/BluetoothAdapter(15019): startDiscovery(): called by: com.example.bluetooth_app
D/FlutterBluePlugin(15019): Canceling discovery (stream closed)
D/BluetoothAdapter(15019): cancelDiscovery(): called by: com.example.bluetooth_app
Not sure what is going on. I am using flutter 3.7 and package version 0.4.0[latest]
I want to connect my device with other devices from the app. I implemented almost the same the code from the documentation but after calling startDiscovery() function in the app's init state cancelDiscovery is instantly called by the app for no reason. The code successfully ran for first two or three times but starts producing the following error afterwards
Not sure what is going on. I am using flutter 3.7 and package version 0.4.0[latest]
Here's the code for the complete app -
And just to mention I have all the permissions in manifest as well
Any help would be really appreciated as I am trying to solve this issue from past 3-4 days.
The text was updated successfully, but these errors were encountered: