Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Ddfu_srv.c76 static void apply_rsp_sent(int err, void *cb_params) in apply_rsp_sent() argument
78 struct bt_mesh_dfu_srv *srv = cb_params; in apply_rsp_sent()
101 static void apply_rsp_sending(uint16_t duration, int err, void *cb_params) in apply_rsp_sending() argument
104 apply_rsp_sent(err, cb_params); in apply_rsp_sending()