Home
last modified time | relevance | path

Searched refs:BT_MESH_PUB_MSG_NUM (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Daccess.h684 #define BT_MESH_PUB_MSG_NUM(pub) (BT_MESH_PUB_TRANSMIT_COUNT((pub)->retransmit) + 1 - (pub)->count) macro
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Daccess.rst109 The :c:macro:`BT_MESH_PUB_MSG_TOTAL` and :c:macro:`BT_MESH_PUB_MSG_NUM` macros
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Daccess.c758 period *= BT_MESH_PUB_MSG_NUM(mod->pub); in next_period()