Searched refs:BT_MESH_PUB_MSG_TOTAL (Results 1 – 3 of 3) sorted by relevance
690 #define BT_MESH_PUB_MSG_TOTAL(pub) (BT_MESH_PUB_TRANSMIT_COUNT((pub)->retransmit) + 1) macro
109 The :c:macro:`BT_MESH_PUB_MSG_TOTAL` and :c:macro:`BT_MESH_PUB_MSG_NUM` macros
1645 pub->count = BT_MESH_PUB_MSG_TOTAL(pub); in bt_mesh_model_publish()