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 35c025f commit b8bbd74Copy full SHA for b8bbd74
subsys/bluetooth/host/mesh/cfg.c
@@ -1694,7 +1694,7 @@ static void mod_sub_va_overwrite(struct bt_mesh_model *model,
1694
struct bt_mesh_msg_ctx *ctx,
1695
struct net_buf_simple *buf)
1696
{
1697
- u16_t elem_addr, sub_addr;
+ u16_t elem_addr, sub_addr = BT_MESH_ADDR_UNASSIGNED;
1698
struct bt_mesh_model *mod;
1699
struct bt_mesh_elem *elem;
1700
u8_t *label_uuid;
0 commit comments