1 /* 2 * Copyright (c) 2021 Xiaomi Corporation 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 8 int bt_mesh_pb_gatt_cli_setup(const uint8_t uuid[16]); 9 10 void bt_mesh_pb_gatt_cli_adv_recv(const struct bt_le_scan_recv_info *info, 11 struct net_buf_simple *buf); 12