ESP-IDF
bt_mesh_net::p_sub
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_net::p_sub
bt_mesh_net::p_sub field
Syntax
Show:
Summary
Declaration
from
net.h:362
struct
bt_mesh_subnet
*
p_sub
[
CONFIG_BLE_MESH_PROVISIONER_SUBNET_COUNT
]
;
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_subnet
*
p_sub
[
CONFIG_BLE_MESH_PROVISIONER_SUBNET_COUNT
]
;
net.h:362
size
=
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
access.c:1195
bt_mesh_rx_netkey_size()
size
+=
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
access.c:1202
bt_mesh_rx_netkey_size()
sub
=
bt_mesh
.
p_sub
[
index
]
;
access.c:1221
bt_mesh_rx_netkey_get()
sub
=
bt_mesh
.
p_sub
[
index
-
ARRAY_SIZE
(
bt_mesh
.
sub
)
]
;
access.c:1229
bt_mesh_rx_netkey_get()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
fast_prov.c:63
bt_mesh_fast_prov_subnet_get()
sub
=
bt_mesh
.
p_sub
[
i
]
;
fast_prov.c:64
bt_mesh_fast_prov_subnet_get()
return
bt_mesh
.
p_sub
[
0
]
;
net.c:168
bt_mesh_subnet_get()
for
(
int
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
net.c:171
bt_mesh_subnet_get()
if
(
bt_mesh
.
p_sub
[
i
]
&&
net.c:172
bt_mesh_subnet_get()
bt_mesh
.
p_sub
[
i
]
->
net_idx
==
net_idx
)
{
net.c:173
bt_mesh_subnet_get()
return
bt_mesh
.
p_sub
[
i
]
;
net.c:174
bt_mesh_subnet_get()
if
(
bt_mesh
.
p_sub
[
0
]
)
{
pvnr_mgmt.c:83
bt_mesh_provisioner_net_create()
sub
=
bt_mesh
.
p_sub
[
0
]
;
pvnr_mgmt.c:88
bt_mesh_provisioner_net_create()
bt_mesh
.
p_sub
[
0
]
=
sub
;
pvnr_mgmt.c:128
bt_mesh_provisioner_net_create()
bt_mesh_store_p_subnet
(
bt_mesh
.
p_sub
[
0
]
)
;
pvnr_mgmt.c:137
bt_mesh_provisioner_net_create()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:166
bt_mesh_provisioner_main_reset()
if
(
bt_mesh
.
p_sub
[
i
]
)
{
pvnr_mgmt.c:167
bt_mesh_provisioner_main_reset()
bt_mesh_provisioner_local_net_key_del
(
bt_mesh
.
p_sub
[
i
]
->
net_idx
,
erase
)
;
pvnr_mgmt.c:168
bt_mesh_provisioner_main_reset()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:722
bt_mesh_provisioner_net_key_get()
sub
=
bt_mesh
.
p_sub
[
i
]
;
pvnr_mgmt.c:723
bt_mesh_provisioner_net_key_get()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:852
provisioner_check_net_key()
sub
=
bt_mesh
.
p_sub
[
i
]
;
pvnr_mgmt.c:853
provisioner_check_net_key()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:871
provisioner_check_net_idx()
sub
=
bt_mesh
.
p_sub
[
i
]
;
pvnr_mgmt.c:872
provisioner_check_net_idx()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:881
provisioner_check_net_idx()
sub
=
bt_mesh
.
p_sub
[
i
]
;
pvnr_mgmt.c:882
provisioner_check_net_idx()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:895
provisioner_check_net_key_full()
if
(
!
bt_mesh
.
p_sub
[
i
]
)
{
pvnr_mgmt.c:896
provisioner_check_net_key_full()
bt_mesh
.
p_sub
[
add
]
=
sub
;
pvnr_mgmt.c:1254
bt_mesh_provisioner_local_net_key_add()
for
(
i
=
0
;
i
<
ARRAY_SIZE
(
bt_mesh
.
p_sub
)
;
i
++
)
{
pvnr_mgmt.c:1318
bt_mesh_provisioner_local_net_key_del()
sub
=
bt_mesh
.
p_sub
[
i
]
;
pvnr_mgmt.c:1319
bt_mesh_provisioner_local_net_key_del()
bt_mesh_free
(
bt_mesh
.
p_sub
[
i
]
)
;
pvnr_mgmt.c:1334
bt_mesh_provisioner_local_net_key_del()
bt_mesh
.
p_sub
[
i
]
=
NULL
;
pvnr_mgmt.c:1335
bt_mesh_provisioner_local_net_key_del()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net::p_sub
is read by 12 functions:
All items filtered out
bt_mesh_net::p_sub
bt_mesh_rx_netkey_size()
bt_mesh_rx_netkey_get()
bt_mesh_subnet_get()
bt_mesh_provisioner_net_create()
bt_mesh_provisioner_main_reset()
bt_mesh_provisioner_net_key_get()
provisioner_check_net_key()
provisioner_check_net_idx()
provisioner_check_net_key_full()
bt_mesh_provisioner_local_net_key_add()
bt_mesh_provisioner_local_net_key_del()
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