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:
parent
601e00376b
commit
f16c653be9
16 changed files with 249 additions and 186 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue