IOS : Ionic @capacitor-community/bluetooth-le issue during connection with multiple device

IOS APP developed in Ionic v7, when using the @capacitor-community/bluetooth-le plugin, connecting to a second Bluetooth device in IOS Phone simultaneously causes the first device to disconnect.

Please share your code in how you are using the Bluetooth plugin and your connect logic.

You might have better luck with help over in the Discussions on the repo too.

Hi twestrics,
Below is my code for connection to connect device

          await BleClient.connect(r.id,async () => {
            console.log("disconnect >> ",r);
          });

please check above code and let me know if something can be done.

Thank You

We had a similar issue in one of our customer projects and were able to solve it in @capawesome-team/capacitor-bluetooth-low-energy. Feel free to check it out.

1 Like