ESP-IDF
app_key::net_idx
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
app_key::net_idx
app_key::net_idx field
Syntax
Show:
Summary
Declaration
from
app_keys.c:48
uint16_t
net_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
net_idx
;
app_keys.c:48
.
net_idx
=
BT_MESH_KEY_UNUSED
,
app_keys.c:62
bt_mesh_app_key_cb_list
[
i
]
(
app
->
app_idx
,
app
->
net_idx
,
evt
)
;
app_keys.c:195
app_key_evt()
app
->
net_idx
=
BT_MESH_KEY_UNUSED
;
app_keys.c:228
app_key_del()
if
(
app
->
net_idx
!=
sub
->
net_idx
)
{
app_keys.c:264
subnet_evt()
if
(
app
->
net_idx
!=
net_idx
)
{
app_keys.c:301
bt_mesh_app_key_add()
app
->
net_idx
=
net_idx
;
app_keys.c:318
bt_mesh_app_key_add()
if
(
net_idx
!=
BT_MESH_KEY_UNUSED
&&
app
->
net_idx
!=
net_idx
)
{
app_keys.c:347
bt_mesh_app_key_update()
sub
=
bt_mesh_subnet_get
(
app
->
net_idx
)
;
app_keys.c:351
bt_mesh_app_key_update()
if
(
net_idx
!=
BT_MESH_KEY_UNUSED
&&
net_idx
!=
app
->
net_idx
)
{
app_keys.c:410
bt_mesh_app_key_del()
app
->
net_idx
=
net_idx
;
app_keys.c:447
bt_mesh_app_key_set()
if
(
net_idx
!=
BT_MESH_KEY_ANY
&&
app
->
net_idx
!=
net_idx
)
{
app_keys.c:477
bt_mesh_app_keys_get()
*
sub
=
bt_mesh_subnet_get
(
app
->
net_idx
)
;
app_keys.c:542
bt_mesh_keys_resolve()
BT_WARN
(
"Unknown NetKey 0x%03x"
,
app
->
net_idx
)
;
app_keys.c:544
bt_mesh_keys_resolve()
if
(
app
->
net_idx
!=
rx
->
sub
->
net_idx
)
{
app_keys.c:603
bt_mesh_app_key_find()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
app_key::net_idx
is written by 3 functions and is read by 8 functions:
app_key_del()
bt_mesh_app_key_add()
bt_mesh_app_key_set()
All items filtered out
app_key::net_idx
app_key_evt()
subnet_evt()
bt_mesh_app_key_add()
bt_mesh_app_key_update()
bt_mesh_app_key_del()
bt_mesh_app_keys_get()
bt_mesh_keys_resolve()
bt_mesh_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