In NCS v2.9.0 I want to use BLE security (BT_SMP, BT_SECURITY_L4) simultaneously for a peripheral and a central connection. I have tested both separately and they work individually - but I'd like to trigger the central connection from a secure peripheral connection. So a device connects to the NRF as a peripheral and triggers the central connection. That works as long as the peripheral connection is not secured, but when then peripheral connection is already secured i get error -12 (ENOMEM) from bt_conn_set_security() in central mode. Is there any CONFIG_ i need to increase or is this supported at all? Thank you.