I am writing an app in JS/NodeJS for Debian to manage Bluetooth BLE.
I spend several days troubleshooting a problem:
When using the Bluetooth my WIFI dropped and loose the connection.
After investigations the result is: my BLE does NOT work properly, works sporadically and with much problems.
I finally used the same code on another 2 other SBCs (other brands, not Dragonboard) and also tried the same code on a X86 Linux and all work fine. The code sounds fine.
I finally added a BLE dongle to my DragonBoard, force kill the Bluetooth RF of the board and all works fine.
My question is (and maybe seems to be obvious): Is this a known problem? or is my Bluetooth drive bricked?
Using BlueZ version 5.43 and Debian 4.9.34-linaro-lt-qcom
BTW: I do not have another board to check, my other Dragonboard is running Android and also with a BLE app working fine.
Regards
Jean-marc