Skip to content

Commit dfebd40

Browse files
Steve BrownAnas Nashif
authored andcommitted
Bluetooth: Mesh: Avoid spurious "No matching AppKey" warning
Signed-off-by: Steve Brown <[email protected]>
1 parent 4ef3378 commit dfebd40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/bluetooth/host/mesh/transport.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ static int sdu_recv(struct bt_mesh_net_rx *rx, u8_t hdr, u8_t mic_size,
529529
}
530530

531531
bt_mesh_model_recv(rx, sdu);
532+
return 0;
532533
}
533534

534535
BT_WARN("No matching AppKey");

0 commit comments

Comments
 (0)