zephyr/subsys/bluetooth/mesh/proxy_cli.h

14 lines
310 B
C
Raw Normal View History

/*
* 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 bt_mesh_adv *adv);
bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx);