Merge "Providing bluetooth usage data for battery monitor framework" into tizen
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-ipsp.c
old mode 100644 (file)
new mode 100755 (executable)
index 8b4717d..590d8d1
@@ -1,9 +1,5 @@
 /*
- * Bluetooth-frwk
- *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Contact:  Paras Kumar <paras.kumar@samsung.com>
+ * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,7 +23,7 @@
 #include "bt-request-sender.h"
 #include "bt-event-handler.h"
 
-BT_EXPORT_API int bluetooth_le_ipsp_init(void)
+BT_EXPORT_API int bluetooth_ipsp_init(void)
 {
        int ret = IPSP_ERROR_NONE;
 
@@ -45,7 +41,7 @@ BT_EXPORT_API int bluetooth_le_ipsp_init(void)
        return ret;
 }
 
-BT_EXPORT_API int bluetooth_le_ipsp_deinit(void)
+BT_EXPORT_API int bluetooth_ipsp_deinit(void)
 {
        int ret = IPSP_ERROR_NONE;
 
@@ -63,7 +59,7 @@ BT_EXPORT_API int bluetooth_le_ipsp_deinit(void)
        return ret;
 }
 
-BT_EXPORT_API int bluetooth_le_ipsp_connect(const ipsp_device_address_t *device_address)
+BT_EXPORT_API int bluetooth_ipsp_connect(const ipsp_device_address_t *device_address)
 {
        int ret = IPSP_ERROR_NONE;
 
@@ -83,7 +79,7 @@ BT_EXPORT_API int bluetooth_le_ipsp_connect(const ipsp_device_address_t *device_
        return ret;
 }
 
-BT_EXPORT_API int bluetooth_le_ipsp_disconnect(const ipsp_device_address_t *device_address)
+BT_EXPORT_API int bluetooth_ipsp_disconnect(const ipsp_device_address_t *device_address)
 {
        int ret = IPSP_ERROR_NONE;