NimBLE-Arduino 2.1.2
Loading...
Searching...
No Matches
nodes.h
1/*
2 * Copyright (c) 2019 Tobias Svehagen
3 *
4 * SPDX-License-Identifier: Apache-2.0
5 */
6
7struct bt_mesh_node *bt_mesh_node_find(u16_t addr);
8struct bt_mesh_node *bt_mesh_node_alloc(u16_t addr, u8_t num_elem,
9 u16_t net_idx);
10void bt_mesh_node_del(struct bt_mesh_node *node, bool store);