Home
last modified time | relevance | path

Searched refs:tm_set_phy_max_resync_offset (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/boards/native/nrf_bsim/
Dtime_machine.h18 void tm_set_phy_max_resync_offset(bs_time_t offset_in_us);
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver_bsim.c59 extern void tm_set_phy_max_resync_offset(uint64_t offset_in_us); in edtt_start()
60 tm_set_phy_max_resync_offset(EDTT_SIMU_RESYNC_TIME_WITH_EDTT); in edtt_start()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dphy_sync_ctrl.c93 void tm_set_phy_max_resync_offset(bs_time_t offset_in_us) in tm_set_phy_max_resync_offset() function
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dmesh_test.c334 tm_set_phy_max_resync_offset(100000); in bt_mesh_test_cfg_set()