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/ |
D | test_persistence.c | 73 .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), \
|
D | test_access.c | 66 { BT_MESH_PUB_PERIOD_10SEC(1), 0, 10000 }, 68 { BT_MESH_PUB_PERIOD_10SEC(3), 3, 3750 },
|
D | test_provision.c | 589 healthpub.period = BT_MESH_PUB_PERIOD_10SEC(1); in node_configure_and_reset()
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 382 #define BT_MESH_PUB_PERIOD_10SEC(steps) (((steps) & BIT_MASK(6)) | (2 << 6)) macro
|