Patryk Ludwikowski

Results 82 comments of Patryk Ludwikowski

There are few issues that could make the error happen: **A) Remove device is not responding.** > The device might have other address than specified, be in non-connectable state or...

> I am using the latest version of the plugin and I am trying to run the example app provided in Plugin repo. Is it chat example with Raspberry or...

> When I am connecting to a paired android mobile device (running Android 9) Is the device you are trying to connect listening? Does it run also SDP? Does UUID...

Sorry, Bluetooth connection require both slave (server) and master (client). This library allow only act as client - at least for now. It is planned feature. Issue #17 is used...

The permission is required in order to discover (scanning for) other Bluetooth devices by the library. Well, maybe someday it could be optional - I don't think you need it,...

There probably is a way, but plugin does not YET implement it. As I mentioned above, the plugin does not "require" the permission, but scanning/discovering devices do. Theoretically, plugin should...

The problem is the sockets can't be connected to anywhere, since they are connecting, but no one is listening. There must be listening/server mode implemented (also in platform code). This...

> If your app targets Android 10 or higher, it must have the ACCESS_FINE_LOCATION permission in order to use several methods within the Wi-Fi, Wi-Fi Aware, or Bluetooth APIs. https://developer.android.com/about/versions/10/privacy/changes...

You should have shared model/object between all the pages, which encapsulates communication with the device you are connected to. Please take a look at example app code. There is `BackgroundCollectingTask`,...