Connecting to multiple Bluetooth Low Energy peripherals
-
Hi!
I am developing an application with Qt 5.5 in which you can control a lamp over Bluetooth Low Energy. The lamp itself is split into several units, each of them is acting as a separate Bluetooth Peripheral.
This leads me to the question: Is there a limitation on how many Peripherals a Central device can be connected to?
I did not read anything regarding this in the Qt Low Energy documentation and I was not able to find something related about BlueZ in general...
Does anyone here have a hint on this?