Bluetooth: Mesh: Move Replay Protect to seperate module

Move RPL to seperate module, and remove it in `bt_mesh`
structure.

Signed-off-by: Lingao Meng <mengabc1086@gmail.com>
This commit is contained in:
Lingao Meng 2020-09-09 16:59:43 +08:00 committed by Johan Hedberg
commit f16c653be9
16 changed files with 249 additions and 186 deletions

View file

@ -27,6 +27,7 @@
#include "mesh.h"
#include "adv.h"
#include "net.h"
#include "rpl.h"
#include "lpn.h"
#include "transport.h"
#include "crypto.h"