We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7279ea commit 9199844Copy full SHA for 9199844
subsys/bluetooth/host/mesh/health.c
@@ -104,6 +104,7 @@ static size_t health_get_current(struct bt_mesh_model *mod,
104
fault_count = 0;
105
} else {
106
sys_put_le16(company_id, company_ptr);
107
+ net_buf_simple_add(msg, fault_count);
108
}
109
110
BT_WARN("No callback for getting faults");
0 commit comments