ESP-IDF
BT_MESH_IVU_PENDING
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_IVU_PENDING
BT_MESH_IVU_PENDING value
Syntax
Show:
Summary
Declaration
from
net.h:185
BT_MESH_IVU_PENDING
;
Examples
References
from
examples
Code
Location
Referrer
BT_MESH_IVU_PENDING
,
/* Update blocked by SDU in progress */
net.h:185
atomic_set_bit
(
bt_mesh
.
flags
,
BT_MESH_IVU_PENDING
)
;
net.c:306
bt_mesh_net_iv_update()
if
(
atomic_test_and_clear_bit
(
bt_mesh
.
flags
,
BT_MESH_IVU_PENDING
)
)
{
transport.c:287
seg_tx_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BT_MESH_IVU_PENDING
is read by 2 functions:
All items filtered out
BT_MESH_IVU_PENDING
seg_tx_reset()
bt_mesh_net_iv_update()
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