Bluetooth: Mesh: Use memslab replace with net_buf_pool

Use memslab more efficiency than net_buf_pool and consume
less ram with flash resource.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2023-12-05 10:01:19 +08:00 committed by Fabio Baltieri
commit 683098728a
43 changed files with 534 additions and 537 deletions

View file

@ -12,7 +12,6 @@
#include <zephyr/bluetooth/hci.h>
#include <zephyr/bluetooth/uuid.h>
#include "access.h"
#include "adv.h"
#include "cfg.h"
#include "crypto.h"
#include "mesh.h"