Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h690 #define BT_MESH_PUB_MSG_TOTAL(pub) (BT_MESH_PUB_TRANSMIT_COUNT((pub)->retransmit) + 1) macro
/Zephyr-latest/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-latest/subsys/bluetooth/mesh/
Daccess.c1645 pub->count = BT_MESH_PUB_MSG_TOTAL(pub); in bt_mesh_model_publish()