Paul Abbott

Results 34 issues of Paul Abbott

If I delete the bond memory on my peripheral device (but not on my Android or iOS central device), then the connection is broken. That much is expected. But then...

When app goes into the background, "pause" event fires and I call bluetoothle.disconnect(). When app is back in foreground, I call reconnect() and it seems to reconnect OK. But after...

I would like to present a list of devices with a particular Service in my app, including devices that have already been paired/bonded. startScan() works fine for devices that are...

I am troubleshooting why the successCallback from connect() didn't fire when a connection is dropped (Lenovo TB-8504F Android 8.1.0). It also doesn't fire when BLE is disabled. So, I considered...

resolveLocalFileSystemURL() is missing from built-in extern nonstandard_fileapi.js. (resolveLocalFileSystemURI is there, but it's not what cordova-plugin-file uses)

cla: yes
triage-done

# Feature Request: Build Variants ## Motivation Behind Feature I would like the ability to create a development test version of my app. The dev version of the app should...

The description says this supports ESP-IDF framework, but I don't see any example or guide to setup in that framework. BTW I see that https://github.com/m5stack/M5Stack-IDF was archived, so is this...

I added type defs for static code checking in vscode. I'm not sure how to tell it that it clobbers cordova.plugins.zeroconf, so I had to add this to my code:...

From: https://github.com/dariuszseweryn/RxAndroidBle/pull/808 since Android 13 the real maximal supported MTU by Android is 515. Even though in Android source code the [GATT_MAX_MTU_SIZE](https://cs.android.com/android/platform/superproject/+/master:packages/modules/Bluetooth/system/stack/include/gatt_api.h;l=244;drc=1918034a0730839c7a07b1260b1ab74b80d6b4e6) is still set to 517, the data buffer...

I appreciate your recomendations for CAN PHY chips unisolated MCP2562 or isolated ISO1050. But there are many more on the market with various price and availability. I'm wondering if anyone...