Remove the devider of genlist for IOT profile
[apps/native/ug-bluetooth-efl.git] / standard / bt-wearable.h
1 /*
2 * ug-bluetooth-efl
3 *
4 * Copyright 2012 Samsung Electronics Co., Ltd
5 *
6 * Contact: Hocheol Seo <hocheol.seo@samsung.com>
7 *           GirishAshok Joshi <girish.joshi@samsung.com>
8 *           DoHyun Pyun <dh79.pyun@samsung.com>
9 *
10 * Licensed under the Flora License, Version 1.1 (the "License");
11 * you may not use this file except in compliance with the License.
12 * You may obtain a copy of the License at
13 *
14 * http://www.tizenopensource.org/license
15 *
16 * Unless required by applicable law or agreed to in writing,
17 * software distributed under the License is distributed on an "AS IS" BASIS,
18 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 * See the License for the specific language governing permissions and
20 * limitations under the License.
21 *
22 */
23
24 #ifndef __BT_WEARABLE_H
25 #define __BT_WEARABLE_H
26
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30
31 #include "bt-type-define.h"
32
33 #ifdef TIZEN_REDWOOD
34
35 gboolean _bt_handle_wearable_device(bt_ug_data *ugd, bt_dev_t *dev);
36
37 #endif
38
39 #ifdef __cplusplus
40 }
41 #endif
42 #endif /* __BT_WEARABLE_H */