Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/tests/bsim/bluetooth/mesh/src/
Dtest_persistence.c73 .period = BT_MESH_PUB_PERIOD_10SEC(2), \
83 .period = BT_MESH_PUB_PERIOD_10SEC(1), \
93 .period = BT_MESH_PUB_PERIOD_10SEC(3), \
103 .period = BT_MESH_PUB_PERIOD_10SEC(2), \
Dtest_access.c66 { BT_MESH_PUB_PERIOD_10SEC(1), 0, 10000 },
68 { BT_MESH_PUB_PERIOD_10SEC(3), 3, 3750 },
Dtest_provision.c589 healthpub.period = BT_MESH_PUB_PERIOD_10SEC(1); in node_configure_and_reset()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dcfg_cli.h382 #define BT_MESH_PUB_PERIOD_10SEC(steps) (((steps) & BIT_MASK(6)) | (2 << 6)) macro