NCS BLE Mesh Static OOB provision example?

Hello DevZone,

In NCS, we have many BLE Mesh examples that is initialed by:

bt_mesh_init(bt_mesh_dk_prov_init(), model_handler_init());
 

The first argument is a structure that contains some input and output OOB callback functions.

But I can't find an example shows that how to provision with static OOB.

As you may know, some smart home IoT platforms use static OOB to exchange authentication value. So, it is an important way to provision by static OOB.

Can you provide some examples? 

Related