33ec0d1aaa46e419882d17ec97fcceec85e73392
[platform/core/connectivity/bluetooth-frwk.git] / bt-service / services / include / bt-service-mesh-main.h
1 /*
2  * Bluetooth-frwk
3  *
4  * Copyright (c) 2020 Samsung Electronics Co., Ltd.
5  *
6  * @author: Anupam Roy <anupam.r@samsung.com>
7  *
8  * Licensed under the Apache License, Version 2.0 (the "License");
9  * you may not use this file except in compliance with the License.
10  * You may obtain a copy of the License at
11  *
12  *              http://www.apache.org/licenses/LICENSE-2.0
13  *
14  * Unless required by applicable law or agreed to in writing, software
15  * distributed under the License is distributed on an "AS IS" BASIS,
16  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17  * See the License for the specific language governing permissions and
18  * limitations under the License.
19  *
20  */
21
22 #ifndef BT_SERVICE_MESH_MAIN_H_
23 #define BT_SERVICE_MESH_MAIN_H_
24
25 #include <glib.h>
26 #include <sys/types.h>
27 #include "bluetooth-api.h"
28 #include "bluetooth-mesh-api.h"
29 #include <json-c/json.h>
30
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34
35 int _bt_mesh_init(void);
36
37 int _bt_mesh_deinit(void);
38
39 #ifdef __cplusplus
40 }
41 #endif /* __cplusplus */
42 #endif /* BT_SERVICE_MESH_MAIN_H_ */