Remove wrong dependency in the systemd service file
[platform/core/connectivity/bluetooth-frwk.git] / bt-api / bt-ipsp.c
index b689294..590d8d1 100755 (executable)
@@ -23,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;
 
@@ -41,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;
 
@@ -59,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;
 
@@ -79,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;