Matter door lock using Bluetooth LE with Nordic UART Service

I am try to make Bluetooth LE with Nordic UART Service bondable in to pair with central, not requiring to enter pairing code again and again. 

I have set followings in prj.conf file but matter ble manager fails to start after adding these in config file:

CONFIG_BT_PRIVACY=y

CONFIG_BT_SMP=y

CONFIG_BT_BONDABLE=y

This is how I generally do to enable bonding with nRF connect but something is happening when used with Bluetooth LE Nordic UART Service used in Matter lock example. 

Related