Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dblob_srv.c181 static const struct bt_mesh_send_cb report_cb = { .end = report_sent }; in block_report() local
205 (void)bt_mesh_model_send(srv->mod, &ctx, &buf, &report_cb, srv); in block_report()
Drpr_srv.c215 static const struct bt_mesh_send_cb report_cb = { variable
247 err = bt_mesh_model_send(srv.mod, &ctx, &buf, &report_cb, NULL); in scan_report_send()