Skip to content

Commit 942979b

Browse files
ubicorenashif
authored andcommitted
Bluetooth: Mesh: Fix fix mod_sub_get_vnd
pass cid instead of CID_NVAL in parameters of mod_member_list_get Signed-off-by: Nicolas LANTZ <[email protected]>
1 parent 9dd0aa2 commit 942979b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/bluetooth/mesh/cfg_cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,7 +1726,7 @@ int bt_mesh_cfg_mod_sub_get_vnd(uint16_t net_idx, uint16_t addr, uint16_t elem_a
17261726
}
17271727

17281728
return mod_member_list_get(OP_MOD_SUB_GET_VND, OP_MOD_SUB_LIST_VND,
1729-
net_idx, addr, elem_addr, mod_id, CID_NVAL,
1729+
net_idx, addr, elem_addr, mod_id, cid,
17301730
status, subs, sub_cnt);
17311731
}
17321732

0 commit comments

Comments
 (0)