Searched refs:report_cb (Results 1 – 2 of 2) sorted by relevance
181 static const struct bt_mesh_send_cb report_cb = { .end = report_sent }; in block_report() local205 (void)bt_mesh_model_send(srv->mod, &ctx, &buf, &report_cb, srv); in block_report()
215 static const struct bt_mesh_send_cb report_cb = { variable247 err = bt_mesh_model_send(srv.mod, &ctx, &buf, &report_cb, NULL); in scan_report_send()