-
Hello, I have tried adjusting the UUID defined in the code to match the LELink device to no avail..
It sees the device for sure but is stuck in the "OBD2AdapterStateInitializing" state
I also a…
-
### Issue
As a user, I want to be able to call methods using a timeout parameter, rather than using a global timeout. For example, I'd like to be able to pass timeouts to the following:
`-[RZBCent…
-
**Is your feature request related to a problem? (please describe)**
On iOS CBCentralManagerScanOptionAllowDuplicatesKey value when scanning devices should be exposed. This can save on battery life in…
-
## Description
After scanning and locating my ESP32 device I call the connect method, but this fails to connect and when I register a ESPBLEDelegate the periperalFailedToConnect is called with an err…
-
Hello and thanks for the excellent work on this plugin.
I just wanted to flag up a message I have started seeing since updating to iOS 10.
When I start using the plugin, using iOS 10.0.2 I recei…
-
`messageMgr = GNSMessageManager(apiKey: "ccc", paramsBlock: {(params: GNSMessageManagerParams!) -> Void in
})
GNSMessageManager.setDebugLoggingEnabled(true)
GNSPermission.s…
-
### Issue
In the completion block of `-[RZBPeripheral connectWithCompletion:]`, call `-[RZBPeripheral cancelConnectionWithCompletion:]`. It'll create an infinite loop and eventually crash with an EXC…
-
I am getting this error : "Could not find device with deviceAddress"
error code: "unable_to_find_device"
when I do
```
NordicDFU.startDFU({
deviceAddress: scannedDe…
-
I'm trying to use state restoration in iOS and it kinda works but it doesn't seem like `DeviceConnectionLost` is invoked when the the phone loses connection after the app has been terminated and start…
Hoidi updated
2 years ago
-
If I scan for a a list of service UUIDs, I am receiving the matching service UUID in the scan result's advertisementData.serviceUuids list. However, if the advertising peripheral is an iOS device that…