Fix the dbus permission problem in mesh
[platform/core/connectivity/bluetooth-frwk.git] / include / bluetooth-ipsp-api.h
old mode 100644 (file)
new mode 100755 (executable)
index 7dee34a..aac199a
@@ -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.
@@ -55,7 +51,7 @@ typedef struct {
 } ipsp_device_address_t;
 
 /**
- * @fn int bluetooth_le_ipsp_init(void)
+ * @fn int bluetooth_ipsp_init(void)
  *
  * @brief Initializes IPSP service and register the service to Bluez
  *
@@ -72,10 +68,10 @@ typedef struct {
  * @remark      None
  *
  */
-int bluetooth_le_ipsp_init(void);
+int bluetooth_ipsp_init(void);
 
 /**
- * @fn int bluetooth_le_ipsp_deinit(void)
+ * @fn int bluetooth_ipsp_deinit(void)
  *
  * @brief De-Initialize IPSP service and un-register the callback
  * The IPSP De-Initialize request is responded by BLUETOOTH_EVENT_IPSP_INIT_STATE_CHANGED event.
@@ -90,10 +86,10 @@ int bluetooth_le_ipsp_init(void);
  * @remark      None
  *
  */
-int bluetooth_le_ipsp_deinit(void);
+int bluetooth_ipsp_deinit(void);
 
 /**
- * @fn int bluetooth_le_ipsp_connect(const ipsp_device_address_t *device_address);
+ * @fn int bluetooth_ipsp_connect(const ipsp_device_address_t *device_address);
  *
  * @brief Connects to IPSP Router device. It establishes connection for 6Lowpan over LE.
  *
@@ -107,12 +103,12 @@ int bluetooth_le_ipsp_deinit(void);
  * @param[in]  device_address - remote device address.
  *
  * @remark     None
- * @see        bluetooth_le_ipsp_disconnect()
+ * @see        bluetooth_ipsp_disconnect()
  */
-int bluetooth_le_ipsp_connect(const ipsp_device_address_t *device_address);
+int bluetooth_ipsp_connect(const ipsp_device_address_t *device_address);
 
 /**
- * @fn int bluetooth_le_ipsp_disconnect(const ipsp_device_address_t *device_address);
+ * @fn int bluetooth_ipsp_disconnect(const ipsp_device_address_t *device_address);
  *
  * @brief Disconnects to IPSP Router device. It disconnects connection for 6Lowpan over LE.
  *
@@ -126,9 +122,9 @@ int bluetooth_le_ipsp_connect(const ipsp_device_address_t *device_address);
  * @param[in]  device_address - remote device address.
  *
  * @remark     None
- * @see        bluetooth_le_ipsp_disconnect()
+ * @see        bluetooth_ipsp_disconnect()
  */
-int bluetooth_le_ipsp_disconnect(const ipsp_device_address_t *device_address);
+int bluetooth_ipsp_disconnect(const ipsp_device_address_t *device_address);
 
 
 #ifdef __cplusplus