bt_mesh_rpl_pending_store() function
Store pending RPL entry(ies) in the persistent storage. This API allows the user to store pending RPL entry(ies) in the persistent storage without waiting for the timeout.
Syntax
void bt_mesh_rpl_pending_store(uint16_t addr); Arguments
addr
Address of the node which RPL entry needs to be stored or
BT_MESH_ADDR_ALL_NODES
to store all pending RPL entries.
Notes
When flash is used as the persistent storage, calling this API too frequently may wear it out.