Bluetooth: Mesh: Add Proxy Client Feature
Add Proxy client feature support. Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
This commit is contained in:
parent
ad1e8d89ec
commit
3f3ef659da
13 changed files with 775 additions and 5 deletions
11
subsys/bluetooth/mesh/proxy_cli.h
Normal file
11
subsys/bluetooth/mesh/proxy_cli.h
Normal 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);
|
Loading…
Add table
Add a link
Reference in a new issue