ESP-IDF
bt_mesh_app_keys::id
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_app_keys::id
bt_mesh_app_keys::id field
Syntax
Show:
Summary
Declaration
from
net.h:41
uint8_t
id
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
id
;
net.h:41
if
(
bt_mesh_app_id
(
val
,
&
keys
->
id
)
)
{
cfg_srv.c:530
app_key_set()
BT_DBG
(
"app_idx 0x%04x AID 0x%02x"
,
app_idx
,
keys
->
id
)
;
cfg_srv.c:538
app_key_set()
if
(
bt_mesh_app_id
(
app_key
,
&
keys
->
id
)
)
{
local.c:304
bt_mesh_node_local_app_key_add()
if
(
bt_mesh_app_id
(
p_key
,
&
keys
->
id
)
)
{
pvnr_mgmt.c:962
bt_mesh_provisioner_local_app_key_add()
if
(
bt_mesh_app_id
(
app_key
,
&
keys
->
id
)
)
{
pvnr_mgmt.c:1027
bt_mesh_provisioner_local_app_key_update()
bt_mesh_app_id
(
app
->
keys
[
0
]
.
val
,
&
app
->
keys
[
0
]
.
id
)
;
settings.c:578
app_key_set()
bt_mesh_app_id
(
app
->
keys
[
1
]
.
val
,
&
app
->
keys
[
1
]
.
id
)
;
settings.c:579
app_key_set()
if
(
bt_mesh_app_id
(
info
->
app_key
,
&
keys
->
id
)
)
{
test.c:79
bt_mesh_device_auto_enter_network()
*
aid
=
app_key
->
keys
[
1
]
.
id
;
transport.c:224
bt_mesh_upper_key_get()
*
aid
=
app_key
->
keys
[
0
]
.
id
;
transport.c:227
bt_mesh_upper_key_get()
if
(
AID
(
&
hdr
)
!=
keys
->
id
)
{
transport.c:840
sdu_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_app_keys::id
is read by 3 functions:
All items filtered out
bt_mesh_app_keys::id
app_key_set()
bt_mesh_upper_key_get()
sdu_recv()
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