Hi,
I use the central_ht example and modified the prj.conf by adding
CONFIG_BT_MAX_CONN=8
CONFIG_BT_MAX_PAIRED=4
CONFIG_SDC_SLAVE_COUNT=2
And I expect atleast 2 peripheral to be connected and send data to the central.
But only one connects and send data. Moreover, when I add CONFIG_BT_LL_SW_SPLIT=y then both the peripherals are connected but then I get warning
[00:03:15.721,771] <wrn> bt_conn: Found valid connection in connected state
Create connection failed (err -22)
Am I missing something?