ESP-IDF
BLE_MESH_IVU_PENDING
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
BLE_MESH_IVU_PENDING
BLE_MESH_IVU_PENDING value
Syntax
Show:
Summary
Declaration
from
net.h:305
BLE_MESH_IVU_PENDING
;
Examples
References
from
examples
Code
Location
Referrer
BLE_MESH_IVU_PENDING
,
/* Update blocked by SDU in progress */
net.h:305
bt_mesh_atomic_set_bit
(
bt_mesh
.
flags
,
BLE_MESH_IVU_PENDING
)
;
net.c:765
bt_mesh_net_iv_update()
if
(
bt_mesh_atomic_test_and_clear_bit
(
bt_mesh
.
flags
,
BLE_MESH_IVU_PENDING
)
)
{
transport.c:356
seg_tx_reset()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
BLE_MESH_IVU_PENDING
is read by 2 functions:
All items filtered out
BLE_MESH_IVU_PENDING
bt_mesh_net_iv_update()
seg_tx_reset()
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