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
7
struct
bt_mesh_node *bt_mesh_node_find(u16_t addr);
8
struct
bt_mesh_node *bt_mesh_node_alloc(u16_t addr, u8_t num_elem,
9
u16_t net_idx);
10
void
bt_mesh_node_del(
struct
bt_mesh_node *node,
bool
store);
src
nimble
nimble
host
mesh
src
nodes.h
Generated by
1.9.8