Home
last modified time | relevance | path

Searched defs:bt_mesh_hb_sub (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h51 struct bt_mesh_hb_sub { struct
53 uint32_t period;
55 uint32_t remaining;
57 uint16_t src;
59 uint16_t dst;
61 uint16_t count;
68 uint8_t min_hops;
94 void (*recv)(const struct bt_mesh_hb_sub *sub, uint8_t hops, argument