Home
last modified time | relevance | path

Searched refs:bt_mesh_suspend (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_suspend.c301 ASSERT_OK_MSG(bt_mesh_suspend(), "Failed to suspend Mesh."); in dut_pub_common()
321 ASSERT_OK(bt_mesh_suspend()); in dut_pub_common()
367 ASSERT_OK_MSG(bt_mesh_suspend(), "Failed to suspend Mesh."); in dut_gatt_common()
Dtest_provision.c151 bt_mesh_suspend(); in mock_pdu_send()
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dperiphs.c94 err = bt_mesh_suspend(); in motion_timeout()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h612 int bt_mesh_suspend(void);
/Zephyr-latest/subsys/bluetooth/mesh/
Dmain.c434 int bt_mesh_suspend(void) in bt_mesh_suspend() function