ESP-IDF
bt_mesh_app_key::net_idx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_app_key::net_idx
bt_mesh_app_key::net_idx field
Syntax
Show:
Summary
Declaration
from
net.h:37
uint16_t
net_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
net_idx
;
net.h:37
tx
.
sub
=
bt_mesh_subnet_get
(
key
->
net_idx
)
;
access.c:205
publish_retransmit()
BT_ERR
(
"Publish, NetKey 0x%04x not found"
,
key
->
net_idx
)
;
access.c:207
publish_retransmit()
ctx
.
net_idx
=
key
->
net_idx
;
access.c:212
publish_retransmit()
tx
.
sub
=
bt_mesh_subnet_get
(
key
->
net_idx
)
;
access.c:1087
bt_mesh_model_publish()
ctx
.
net_idx
=
key
->
net_idx
;
access.c:1094
bt_mesh_model_publish()
if
(
key
->
net_idx
==
BLE_MESH_KEY_UNUSED
)
{
cfg_srv.c:455
bt_mesh_app_key_alloc()
if
(
key
->
net_idx
!=
net_idx
)
{
cfg_srv.c:484
app_key_set()
if
(
key
->
net_idx
==
net_idx
&&
cfg_srv.c:510
app_key_set()
if
(
key
->
net_idx
==
net_idx
)
{
cfg_srv.c:515
app_key_set()
key
->
net_idx
=
net_idx
;
cfg_srv.c:540
app_key_set()
key
->
net_idx
=
BLE_MESH_KEY_UNUSED
;
cfg_srv.c:646
bt_mesh_app_key_del()
if
(
key
->
net_idx
!=
key_net_idx
)
{
cfg_srv.c:677
app_key_del()
if
(
key
->
net_idx
!=
get_idx
)
{
cfg_srv.c:744
app_key_get()
if
(
key
->
net_idx
==
sub
->
net_idx
)
{
cfg_srv.c:3859
bt_mesh_subnet_del()
return
APP_KEY
(
key
)
->
net_idx
;
ext.c:1058
bt_mesh_ext_app_key_get_net_idx()
if
(
key
->
net_idx
!=
BLE_MESH_KEY_UNUSED
&&
fast_prov.c:80
bt_mesh_fast_prov_app_key_find()
if
(
key
&&
key
->
net_idx
!=
BLE_MESH_KEY_UNUSED
&&
fast_prov.c:88
bt_mesh_fast_prov_app_key_find()
if
(
bt_mesh
.
app_keys
[
i
]
.
net_idx
!=
BLE_MESH_KEY_UNUSED
)
{
local.c:289
bt_mesh_node_local_app_key_add()
key
->
net_idx
=
net_idx
;
local.c:309
bt_mesh_node_local_app_key_add()
.
net_idx
=
BLE_MESH_KEY_UNUSED
,
net.c:78
if
(
key
->
net_idx
!=
sub
->
net_idx
||
!
key
->
updated
)
{
net.c:559
bt_mesh_net_revoke_keys()
key
->
net_idx
=
net_idx
;
pvnr_mgmt.c:969
bt_mesh_provisioner_local_app_key_add()
if
(
key
&&
key
->
net_idx
==
net_idx
&&
pvnr_mgmt.c:1062
bt_mesh_provisioner_local_app_key_get()
if
(
key
&&
key
->
net_idx
==
net_idx
&&
pvnr_mgmt.c:1153
bt_mesh_provisioner_local_app_key_del()
if
(
key
&&
key
->
net_idx
==
sub
->
net_idx
)
{
pvnr_mgmt.c:1325
bt_mesh_provisioner_local_net_key_del()
bt_mesh_provisioner_local_app_key_del
(
key
->
net_idx
,
key
->
app_idx
,
store
)
;
pvnr_mgmt.c:1326
bt_mesh_provisioner_local_net_key_del()
if
(
bt_mesh
.
app_keys
[
i
]
.
net_idx
!=
BLE_MESH_KEY_UNUSED
&&
settings.c:458
appkey_exist()
app
->
net_idx
=
key
.
net_idx
;
settings.c:573
app_key_set()
app
->
app_idx
,
app
->
net_idx
)
;
settings.c:582
app_key_set()
key
.
net_idx
=
app
->
net_idx
;
settings.c:1839
store_app_key()
if
(
key
->
net_idx
==
BLE_MESH_KEY_UNUSED
)
{
test.c:68
bt_mesh_device_auto_enter_network()
key
->
net_idx
=
info
->
net_idx
;
test.c:84
bt_mesh_device_auto_enter_network()
if
(
bt_mesh
.
app_keys
[
i
]
.
net_idx
!=
BLE_MESH_KEY_UNUSED
&&
transport.c:171
bt_mesh_app_key_get()
bt_mesh
.
p_app_keys
[
i
]
->
net_idx
!=
BLE_MESH_KEY_UNUSED
&&
transport.c:184
bt_mesh_app_key_get()
if
(
key
->
net_idx
!=
rx
->
sub
->
net_idx
)
{
transport.c:829
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_key::net_idx
is written by 6 functions and is read by 20 functions:
app_key_set()
app_key_set()
bt_mesh_app_key_del()
bt_mesh_node_local_app_key_add()
bt_mesh_provisioner_local_app_key_add()
bt_mesh_device_auto_enter_network()
All items filtered out
bt_mesh_app_key::net_idx
appkey_exist()
app_key_set()
store_app_key()
publish_retransmit()
bt_mesh_model_publish()
bt_mesh_app_key_alloc()
app_key_set()
app_key_del()
app_key_get()
bt_mesh_subnet_del()
bt_mesh_node_local_app_key_add()
bt_mesh_net_revoke_keys()
bt_mesh_provisioner_local_app_key_get()
bt_mesh_provisioner_local_app_key_del()
bt_mesh_provisioner_local_net_key_del()
bt_mesh_ext_app_key_get_net_idx()
bt_mesh_app_key_get()
sdu_recv()
bt_mesh_device_auto_enter_network()
bt_mesh_fast_prov_app_key_find()
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