How to manage secure conections with multiple peripherals from a central in nRF connect SDK?

Hello people, 

I'm trying to develop an application that consist of a central device and multiple peripherals conected to it simultaneously (if possible, if not, could be by turns) by secure connections to transfer some data. 

So far I have developed the peripheral side based on the samples given in the bluetooth-low-energy-fundamentals course of the nordic academy. It was very helpfull! 

Currently I'm facing to develop the central device which is pretended to peer with a number of peripherals using a keypass (static by now) to bond and stablish a secure connection. 

My question is:

Is there any sample code of a central connecting to a peripheral device using LE secure connection that can help me to start? 

I'm using  nRF connect SDK and nRF52832 and also have an nRF52833dk board.

I have searched in the available samples of the SDK but I havent find a sample ussing a keypass to connect to the peripheral. 

Thank you for your help. 

Related