ESP-IDF
bt_mesh_fast_prov_subnet_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_fast_prov_subnet_get()
bt_mesh_fast_prov_subnet_get() function
Syntax
Show:
Summary
Declaration
from
fast_prov.h:18
struct
bt_mesh_subnet
*
bt_mesh_fast_prov_subnet_get
(
uint16_t
net_idx
)
;
Arguments
Argument
net_idx
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_subnet
*
bt_mesh_fast_prov_subnet_get
(
uint16_t
net_idx
)
fast_prov.c:51
struct
bt_mesh_subnet
*
bt_mesh_fast_prov_subnet_get
(
uint16_t
net_idx
)
;
fast_prov.h:18
if
(
bt_mesh_fast_prov_subnet_get
(
net_idx
)
==
NULL
)
{
fast_prov.c:102
bt_mesh_set_fast_prov_net_idx()
sub
=
bt_mesh_fast_prov_subnet_get
(
net_idx
)
;
fast_prov.c:133
bt_mesh_fast_prov_net_key_get()
return
bt_mesh_fast_prov_subnet_get
(
net_idx
)
;
net.c:162
bt_mesh_subnet_get()
Call Tree
from
examples
bt_mesh_fast_prov_subnet_get()
is called by 3 functions:
bt_mesh_set_fast_prov_net_idx()
bt_mesh_fast_prov_net_key_get()
bt_mesh_subnet_get()
All items filtered out
bt_mesh_fast_prov_subnet_get()
All items filtered out
Data Use
from
examples
bt_mesh_fast_prov_subnet_get()
reads 4 variables:
bt_mesh_subnet::net_idx
bt_mesh_net::sub
bt_mesh_net::p_sub
bt_mesh
All items filtered out
bt_mesh_fast_prov_subnet_get()
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