Searched refs:BT_MESH_PUB_PERIOD_SEC (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_access.c | 65 { BT_MESH_PUB_PERIOD_SEC(2), 0, 2000 }, 67 { BT_MESH_PUB_PERIOD_SEC(3), 1, 1500 }, 88 BT_MESH_PUB_PERIOD_SEC(2), 0, 2, 94 BT_MESH_PUB_PERIOD_SEC(3), BT_MESH_PUB_TRANSMIT(3, 200), 3,
|
D | test_suspend.c | 188 .period = BT_MESH_PUB_PERIOD_SEC(1),
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | mesh.c | 99 .period = BT_MESH_PUB_PERIOD_SEC(10), in cfg_cli_app_key_status_cb()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 371 #define BT_MESH_PUB_PERIOD_SEC(steps) (((steps) & BIT_MASK(6)) | (1 << 6)) macro
|