1 /* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node); 8 void bt_mesh_cdb_pending_store(void); 9
1 /* 2 * Copyright (c) 2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node); 8 void bt_mesh_cdb_pending_store(void); 9