Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h112 void (*pub_sent)(const struct bt_mesh_hb_pub *pub); member
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c41 if (cb->pub_sent) { in notify_pub_sent()
42 cb->pub_sent(&pub); in notify_pub_sent()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c134 .pub_sent = pub_hb_sent_cb