BleWinrtDll icon indicating copy to clipboard operation
BleWinrtDll copied to clipboard

Problems connecting two devices at the same time.

Open system-sympath opened this issue 2 years ago • 1 comments

I would like to connect 2 BLE devices simultaneously with unity. For this I copied the demo script and did the same for the canvas. The goal is to connect one device at a time via a canvas. The functions of the canvas I have of course connected to the copied demo script. However, I can now connect to one canvas and also subscribe to it, but as soon as I search for devices in the second canvas, no devices are displayed. Do I have to connect the copied demo script to another cpp script or is there another way to connect two devices at the same time?

system-sympath avatar Jul 14 '23 09:07 system-sympath

Maybe looking at this can be helpful?: https://github.com/adabru/BleWinrtDll/issues/32

adabru avatar Jul 14 '23 15:07 adabru