Home
last modified time | relevance | path

Searched refs:bt_mesh_iv_update (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h641 bool bt_mesh_iv_update(void);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_transport.c414 bt_mesh_iv_update(); in test_tx_seg_ivu()
426 bt_mesh_iv_update(); in test_tx_seg_ivu()
Dtest_replay_cache.c316 res = bt_mesh_iv_update(); in ivi_update_toggle()
Dtest_beacon.c163 ASSERT_TRUE(bt_mesh_iv_update()); in tx_on_iv_update_test()
169 ASSERT_TRUE(!bt_mesh_iv_update()); in tx_on_iv_update_test()
175 ASSERT_TRUE(bt_mesh_iv_update()); in tx_on_iv_update_test()
1392 ASSERT_TRUE(bt_mesh_iv_update()); in test_tx_priv_interleave()
2155 ASSERT_TRUE(bt_mesh_iv_update()); in test_tx_priv_gatt_proxy()
Dtest_brg.c955 ASSERT_TRUE(bt_mesh_iv_update()); in test_tester_ivu()
965 ASSERT_TRUE(!bt_mesh_iv_update()); in test_tester_ivu()
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c256 bool bt_mesh_iv_update(void) in bt_mesh_iv_update() function
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dshell.c1032 if (bt_mesh_iv_update()) { in cmd_iv_update()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c1632 result = bt_mesh_iv_update(); in ivu_toggle_state()