ESP-IDF
bt_mesh_net_iv_update()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_net_iv_update()
bt_mesh_net_iv_update() function
Syntax
Show:
Summary
Declaration
Definition
from
net.h:445
bool
bt_mesh_net_iv_update
(
uint32_t
iv_index
,
bool
iv_update
)
;
Implemented in
net.c:677
Arguments
Argument
iv_index
iv_update
Examples
References
from
examples
Code
Location
Referrer
bool
bt_mesh_net_iv_update
(
uint32_t
iv_index
,
bool
iv_update
)
net.c:677
bool
bt_mesh_net_iv_update
(
uint32_t
iv_index
,
bool
iv_update
)
net.c:242
bool
bt_mesh_net_iv_update
(
uint32_t
iv_index
,
bool
iv_update
)
;
net.h:445
bool
bt_mesh_net_iv_update
(
uint32_t
iv_index
,
bool
iv_update
)
;
net.h:285
iv_change
=
bt_mesh_net_iv_update
(
iv_index
,
BLE_MESH_IV_UPDATE
(
flags
)
)
;
beacon.c:436
secure_beacon_recv()
bt_mesh_net_iv_update
(
params
.
iv_index
,
BT_MESH_IV_UPDATE
(
params
.
flags
)
)
;
beacon.c:362
secure_beacon_recv()
return
bt_mesh_net_iv_update
(
iv_index
,
iv_update
)
;
ext.c:1100
bt_mesh_ext_net_iv_update()
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
+
1
,
true
)
;
net.c:823
bt_mesh_next_seq()
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
,
false
)
;
net.c:2011
ivu_refresh()
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
+
1
,
true
)
;
net.c:363
bt_mesh_next_seq()
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
,
false
)
;
net.c:899
ivu_refresh()
if
(
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
,
false
)
)
{
transport.c:361
seg_tx_reset()
bt_mesh_net_iv_update
(
bt_mesh
.
iv_index
,
false
)
;
transport.c:293
seg_tx_reset()
Call Tree
from
examples
bt_mesh_net_iv_update()
is called by 5 functions and calls 24 functions:
bt_mesh_next_seq()
ivu_refresh()
secure_beacon_recv()
bt_mesh_ext_net_iv_update()
seg_tx_reset()
All items filtered out
bt_mesh_net_iv_update()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit()
bt_mesh_atomic_set_bit_to()
bt_mesh_atomic_test_bit()
bt_mesh_net_secure_beacon_update()
k_delayed_work_submit()
bt_mesh_rx_netkey_size()
bt_mesh_rx_netkey_get()
bt_mesh_store_iv()
bt_mesh_tx_in_progress()
bt_mesh_rpl_update()
atomic_test_bit()
atomic_set_bit()
atomic_set_bit_to()
bt_mesh_friend_sec_update()
k_work_reschedule()
bt_mesh_cdb_iv_update()
bt_mesh_subnet_foreach()
bt_mesh_gatt_proxy_get()
bt_mesh_proxy_beacon_send()
bt_mesh_rpl_reset()
bt_mesh_rpl_clear()
store_iv()
All items filtered out
Data Use
from
examples
bt_mesh_net_iv_update()
reads 20 variables and writes 4 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
bt_mesh_net::iv_index
bt_mesh_net::flags
bt_mesh_net::ivu_duration
bt_mesh_net::rpl
bt_mesh_subnet::net_idx
::BLE_MESH_IVU_IN_PROGRESS
::BLE_MESH_IVU_TEST
::BLE_MESH_IVU_PENDING
bt_mesh
esp_log_level_t::ESP_LOG_VERBOSE
bt_mesh_feat_state::BT_MESH_FEATURE_ENABLED
::BT_MESH_IVU_IN_PROGRESS
::BT_MESH_IVU_TEST
::BT_MESH_IVU_PENDING
bt_mesh_beacon_update()
ivi_was_recovered
All items filtered out
bt_mesh_net_iv_update()
bt_mesh_net::iv_index
bt_mesh_net::seq
bt_mesh_net::ivu_duration
ivi_was_recovered
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