I’m in the planning phase for an app to connect to multiple BLE-Devices at once. Right now we are planning to work with the Samsung Galaxy A32. I can’t find specifications of the max. sumbers of bluetooth-devices I can connect to at once.
Hello there. There doesn’t seem to be any public information regarding this. Usually, the maximum possible number of connections to BLE devices depends on the BlueTooth chip which varies by device (i.e. it is not limited by software but the capability of the hardware itself). So the best way to find this information would be to just test it out. The mediatek chipsets used in these devices can usually connect upto 3-4 BLE devices simultaniously afaik.
Thanks for reply.
I tried connecting and sending GATT to 2 devices but failed, but when using with another device it was successful. I checked and the tablet device BLE version is 4.2 and the other device is 5.0. It seems that BLE version 4.2 does not allow sending GATT to 2 devices at the same time, right?