1 /* 2 * Copyright (c) 2021 Xiaomi Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 8 void bt_mesh_proxy_cli_adv_recv(const struct bt_le_scan_recv_info *info, 9 struct net_buf_simple *buf); 10 11 bool bt_mesh_proxy_cli_relay(struct bt_mesh_adv *adv); 12 13 bool bt_mesh_proxy_cli_is_connected(uint16_t net_idx); 14