blob: 68e06523f153b1fb80995bf61eaf36770a992adb [file] [log] [blame]
/*
* Copyright (c) 2017 Intel Corporation
* Copyright (c) 2021 Nordic Semiconductor ASA
* Copyright (c) 2022 Xiaomi Corporation
*
* SPDX-License-Identifier: Apache-2.0
*/
int bt_mesh_pb_gatt_start(struct bt_conn *conn);
int bt_mesh_pb_gatt_close(struct bt_conn *conn);
int bt_mesh_pb_gatt_recv(struct bt_conn *conn, struct net_buf_simple *buf);
int bt_mesh_pb_gatt_cli_open(struct bt_conn *conn);
int bt_mesh_pb_gatt_cli_start(struct bt_conn *conn);