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:
parent
725ceb72b7
commit
683098728a
43 changed files with 534 additions and 537 deletions
|
@ -8,6 +8,6 @@
|
|||
void bt_mesh_proxy_cli_adv_recv(const struct bt_le_scan_recv_info *info,
|
||||
struct net_buf_simple *buf);
|
||||
|
||||
bool bt_mesh_proxy_cli_relay(struct net_buf *buf);
|
||||
bool bt_mesh_proxy_cli_relay(struct bt_mesh_adv *adv);
|
||||
|
||||
bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue