1 /* 2 * Copyright (c) 2017 Intel Corporation 3 * Copyright (c) 2021 Nordic Semiconductor ASA 4 * Copyright (c) 2022 Xiaomi Corporation 5 * 6 * SPDX-License-Identifier: Apache-2.0 7 */ 8 9 int bt_mesh_pb_gatt_start(struct bt_conn *conn); 10 int bt_mesh_pb_gatt_close(struct bt_conn *conn); 11 int bt_mesh_pb_gatt_recv(struct bt_conn *conn, struct net_buf_simple *buf); 12 13 int bt_mesh_pb_gatt_cli_open(struct bt_conn *conn); 14 int bt_mesh_pb_gatt_cli_start(struct bt_conn *conn); 15