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 3a8767c commit 3ab275fCopy full SHA for 3ab275f
subsys/bluetooth/host/mesh/beacon.c
@@ -283,7 +283,7 @@ static void secure_beacon_recv(struct net_buf_simple *buf)
283
data = buf->data;
284
285
flags = net_buf_simple_pull_u8(buf);
286
- net_id = net_buf_simple_pull(buf, 8);
+ net_id = net_buf_simple_pull_mem(buf, 8);
287
iv_index = net_buf_simple_pull_be32(buf);
288
auth = buf->data;
289
0 commit comments