Felix Lapalme
Felix Lapalme
Didn't mean to close this issue. I could reproduce. Not sure what's causing the problem here though. `IOBluetoothDevice`'s `closeConnection()` just doesn't seem to do what it's supposed to do (and...
What Bluetooth devices are you folks having issues with? Is it AirPods? I just tried with macOS 12.3 (the first beta, build 21E5196i) and after disconnecting with BluetoothConnector my AirPods...
Okay that's good news then, it means 12.3 probably fixes the issue everyone's been encountering with disconnections.
Hmmm you're right: it doesn't. I'll see how I can fix that.
Maybe he didn't do the setup with trunk so that it appears in the Cocoapods database thing ? https://guides.cocoapods.org/making/getting-setup-with-trunk.html
I have a Raspberry Pico W and I get this same compilation error when I have `#include ` in my code. The WifiClient example doesn't compile, for instance. ``` [arduino_path]/packages/rp2040/tools/pqt-gcc/1.4.0-c-0196c06/bin/../lib/gcc/arm-none-eabi/10.3.0/../../../../arm-none-eabi/bin/ld:...
I added a retry feature when disconnecting with [2.1.0](https://github.com/lapfelix/BluetoothConnector/releases/tag/2.1.0)
That's odd. Could you try with 2.1.0?