DA14531 Authentication and Paring

Hello Renesas community,

I have two BLE variants 

1) one should connect with authentication,

2) second it should connect without authentication,

But both should happen with same software, I can differentiate these scenario by using VCU signal.

When ever the mobile app asks for the parring code user_app_on_tk_exch this function will get called.

From this function I need to call the below function with the same parring code that send by mobile app(central).

app_easy_security_tk_exch(paring_conidx, (uint8_t*)&ble_passward,sizeof(ble_passward), true);

Any other way I can skip these authentication steps.

Thanks for the help you are providing.