ESP-IDF
bt_mesh_net_rx::msg_cache_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_net_rx::msg_cache_idx
bt_mesh_net_rx::msg_cache_idx field
Syntax
Show:
Summary
Declaration
from
net.h:398
uint16_t
msg_cache_idx
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
msg_cache_idx
;
/* Index of entry in message cache */
net.h:398
uint16_t
msg_cache_idx
;
/* Index of entry in message cache */
net.h:249
rx
->
msg_cache_idx
=
msg_cache_next
++
;
net.c:127
msg_cache_add()
msg_cache
[
rx
->
msg_cache_idx
]
.
src
=
rx
->
ctx
.
addr
;
net.c:128
msg_cache_add()
msg_cache
[
rx
->
msg_cache_idx
]
.
seq
=
rx
->
seq
;
net.c:129
msg_cache_add()
msg_cache
[
rx
.
msg_cache_idx
]
.
src
=
BLE_MESH_ADDR_UNASSIGNED
;
net.c:1972
bt_mesh_net_recv()
msg_cache_next
=
rx
.
msg_cache_idx
;
net.c:1974
bt_mesh_net_recv()
rx
->
msg_cache_idx
=
msg_cache_next
++
;
net.c:143
msg_cache_add()
msg_cache
[
rx
->
msg_cache_idx
]
.
src
=
rx
->
ctx
.
addr
;
net.c:144
msg_cache_add()
msg_cache
[
rx
->
msg_cache_idx
]
.
seq
=
rx
->
seq
;
net.c:145
msg_cache_add()
msg_cache
[
rx
.
msg_cache_idx
]
.
src
=
BT_MESH_ADDR_UNASSIGNED
;
net.c:856
bt_mesh_net_recv()
msg_cache_next
=
rx
.
msg_cache_idx
;
net.c:858
bt_mesh_net_recv()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_net_rx::msg_cache_idx
is written by 1 function and is read by 2 functions:
msg_cache_add()
All items filtered out
bt_mesh_net_rx::msg_cache_idx
msg_cache_add()
bt_mesh_net_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