I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports?
There is no maximum, neither as a central nor as a peripheral, nor combined.
Whatever you can fit in RAM and in multiplexed time (depending on connection intervals, use of slave latency, etc).
Carles
From: devel@... <devel@...>
On Behalf Of josef via Lists.Zephyrproject.Org Sent: 05 March 2019 10:05 To: devel@... Cc: devel@... Subject: [Zephyr-devel] BLE Central max concurrent connections #ble #hci #nrf52480 #uart
Hi,
I am evaluating the use of nRF52 (HCI with BlueZ/Linux) as BLE central device. Does anyone know the maximum number of concurrent connections which Zephyr supports?