Is there a way to disconnect from devices that have exceeded the maximum number of connections allowed?
I am developing with nrf52832 (s132 v7.0.1, SDK v17.0.0) as a peripheral device.
The s132 can connect up to 20 devices.
I currently have "NRF_SDH_BLE_PERIPHERAL_LINK_COUNT" set to 8 and "NRF_SDH_BLE_CENTRAL_LINK_COUNT" set to 0.
If you create a situation where you are connected to 8 central devices with nRF Connect and try to connect with a 9th device, the 9th device will disconnect after a while.
Is this 9th device sending a connection request but disconnecting due to timeout?
Also, is it possible to disconnect immediately when the ninth unit tries to connect?
Thank you in advance.