ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_init()
from the following samples and libraries:
blemesh sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_init()
bt_mesh_init() function
Initialize Mesh support After calling this API, the node will not automatically advertise as unprovisioned, rather the bt_mesh_prov_enable() API needs to be called to enable unprovisioned advertising on one or more provisioning bearers.
Syntax
Show:
Summary
Declaration
Definition
from
main.h:427
int
bt_mesh_init
(
uint8_t
own_addr_type
,
const
struct
bt_mesh_prov
*
prov
,
const
struct
bt_mesh_comp
*
comp
)
;
Implemented in
mesh.c:304
Arguments
Argument
Description
own_addr_type
Node address type
prov
Node provisioning information.
comp
Node Composition.
Return value
Zero on success or (negative) error code otherwise.
Related Functions
Found 2 other functions taking a
bt_mesh_prov
argument:
Function
bt_mesh_prov_init()
bt_mesh_prov_set()
Examples
bt_mesh_init()
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out