NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
cdb_priv.h
1/*
2 * Copyright (c) 2021 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7/* ommitted `bt_mesh_cdb_node_store` declaration - every header
8 * includes mesh/mesh.h, which already has it
9 * void bt_mesh_cdb_node_store(const struct bt_mesh_cdb_node *node);
10 */
11void bt_mesh_cdb_pending_store(void);
12void bt_mesh_cdb_init(void);