summaryrefslogtreecommitdiff
path: root/include/bt-callback.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bt-callback.h')
-rw-r--r--include/bt-callback.h44
1 files changed, 30 insertions, 14 deletions
diff --git a/include/bt-callback.h b/include/bt-callback.h
index c83f3ca..6fb2cb5 100644
--- a/include/bt-callback.h
+++ b/include/bt-callback.h
@@ -1,18 +1,25 @@
/*
- * Copyright (c) 2012-2013 Samsung Electronics Co., Ltd.
- *
- * Licensed under the Flora License, Version 1.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://floralicense.org/license/
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+* ug-bluetooth-efl
+*
+* Copyright 2012 Samsung Electronics Co., Ltd
+*
+* Contact: Hocheol Seo <hocheol.seo@samsung.com>
+* GirishAshok Joshi <girish.joshi@samsung.com>
+* DoHyun Pyun <dh79.pyun@samsung.com>
+*
+* Licensed under the Flora License, Version 1.0 (the "License");
+* you may not use this file except in compliance with the License.
+* You may obtain a copy of the License at
+*
+* http://www.tizenopensource.org/license
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*
+*/
#ifndef __BT_CALLBACK_H
#define __BT_CALLBACK_H
@@ -31,6 +38,8 @@ void _bt_cb_discovery_state_changed(int result,
bt_adapter_device_discovery_state_e discovery_state,
bt_adapter_device_discovery_info_s *discovery_info,
void *user_data);
+void _bt_cb_visibility_mode_changed
+ (int result, bt_adapter_visibility_mode_e visibility_mode, void *user_data);
void _bt_cb_bonding_created(int result, bt_device_info_s *device_info,
void *user_data);
@@ -55,6 +64,13 @@ void _bt_cb_adapter_name_changed(char *device_name, void *user_data);
void _bt_cb_nap_state_changed(bool connected, const char *remote_address,
const char *interface_name, void *user_data);
+void _bt_cb_device_connection_state_changed(bool connected,
+ bt_device_connection_info_s *conn_info,
+ void *user_data);
+
+void _bt_retry_connection_cb(void *data,
+ Evas_Object *obj, void *event_info);
+
#ifdef __cplusplus
}
#endif