/* * Copyright (c) 2017 Intel Corporation * Copyright (c) 2021 Lingao Meng * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_SUBSYS_BLUETOOTH_MESH_PB_GATT_SRV_H_ #define ZEPHYR_SUBSYS_BLUETOOTH_MESH_PB_GATT_SRV_H_ #include int bt_mesh_pb_gatt_srv_enable(void); int bt_mesh_pb_gatt_srv_disable(void); int bt_mesh_pb_gatt_srv_adv_start(void); #endif /* ZEPHYR_SUBSYS_BLUETOOTH_MESH_PB_GATT_SRV_H_ */