Hi,
I developed a gateway for converting an MCU to ble Bluetooth. The MCU connects to 8 BLE hosts via UART, and each Bluetooth host can connect to one Bluetooth slave. All of them use NRF52832, and the protocol stack is S132. If only one Bluetooth host is enabled to connect to the slave and the other Bluetooth hosts are not connected to the slave, the Bluetooth slave can work stably and will not drop the connection. If 8 Bluetooth hosts are simultaneously connected to 8 Bluetooth slaves and run for several minutes or 1 hour, the Bluetooth slaves will gradually disconnect and prompt "Disconnect". The reason is 0x08 (connection timeout). Even if the amount of data reported from the Bluetooth device is very low, once per second, 10 bytes each time, the connection will still be disconnected. May I ask how I should handle it? Thank you