Searched defs:bt_mesh_hb_sub (Results 1 – 1 of 1) sorted by relevance
51 struct bt_mesh_hb_sub { struct53 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