'Want to connect two independent BLE devices usig Flutter BLE libraries

Current functionality of app is connect to a specific BLE device and fetch the device data in flutter App.

What I want to achieve is explained in below scenario:

We have
1 flutter app using the BLE libraries/plugins(which can connect to Device A and Device B).
2 BLE device A.
3 BLE device B.

Device A and Device B are Beacon esp32 devices

we want to establish a BLE connection between Device A and Device B through Flutter App.

Is is possible to implement above in Flutter using BLE plugins? Or do we have to come up with different solution.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source