Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/mesh/
Dheartbeat.h51 struct bt_mesh_hb_sub { struct
94 void (*recv)(const struct bt_mesh_hb_sub *sub, uint8_t hops, argument
104 void (*sub_end)(const struct bt_mesh_hb_sub *sub);
136 void bt_mesh_hb_sub_get(struct bt_mesh_hb_sub *get);
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_heartbeat.c58 static void sub_hb_recv_cb(const struct bt_mesh_hb_sub *sub, uint8_t hops, uint16_t feat) in sub_hb_recv_cb()
94 static void sub_hb_end_cb(const struct bt_mesh_hb_sub *sub) in sub_hb_end_cb()
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dheartbeat.c34 static struct bt_mesh_hb_sub sub;
351 void bt_mesh_hb_sub_get(struct bt_mesh_hb_sub *get) in bt_mesh_hb_sub_get()
Dcfg_srv.c2358 const struct bt_mesh_hb_sub *sub) in hb_sub_send_status()
2385 struct bt_mesh_hb_sub sub; in heartbeat_sub_get()
2399 struct bt_mesh_hb_sub sub; in heartbeat_sub_set()
/Zephyr-Core-3.5.0/samples/bluetooth/mesh_demo/src/
Dmain.c43 static void heartbeat(const struct bt_mesh_hb_sub *sub, uint8_t hops, in heartbeat()
/Zephyr-Core-3.5.0/samples/boards/reel_board/mesh_badge/src/
Dmesh.c69 static void heartbeat(const struct bt_mesh_hb_sub *sub, uint8_t hops, in heartbeat()