Capacitor Bluetooth LE not connecting cross platform devices

Hi, I am using a Bluetooth LE plugin to connect android and iOS devices via bluetooth. Similar platform OS’s(iOS to iOS and Android to Android) can establish connection successfully. However, when trying to connect iOS to Android or Android to iOS, the state of the device remains disconnected and not able to establish the connection.

I have tried with all the below plugins.

There is also the Capacitor Community BLE Plugin

However, it sounds like you have a very specific use case; so writing some custom native code rather than relying on a plugin may work better for you.

I have also tried with the Capacitor Community BLE Plugin , but not able to connect to the cross platforms(iOS to Android).

Please refer to my sample source code GitHub - sblsatwikha/TestBluetooth

I have also added the log file in the same repository TestBluetooth/LogFile at main · sblsatwikha/TestBluetooth · GitHub