Bluetooth: Mesh: Add Proxy Client Feature

Add Proxy client feature support.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
Lingao Meng 2022-02-07 17:13:02 +08:00 committed by Marti Bolivar
commit 3f3ef659da
13 changed files with 775 additions and 5 deletions

View file

@ -0,0 +1,11 @@
/*
* Copyright (c) 2021 Xiaomi Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
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);