Fix typo errors 22/123022/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 4 Apr 2017 07:42:51 +0000 (16:42 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 4 Apr 2017 07:42:51 +0000 (16:42 +0900)
Change-Id: I0a7936d14c8cc67fbb0ff74b8c8d52a462ab3dde
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h

index deaa0c2f5995d4992262e38a4e95e0150860f7f3..743e8da28b907b9f91be1f810bb25bd05b6e9c4f 100644 (file)
@@ -2664,7 +2664,7 @@ int bt_hid_host_disconnect(const char *remote_address);
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Activates the Bluetooth HID Device role.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @remarks This function must be called to register HID UUID.
@@ -2692,7 +2692,7 @@ int bt_hid_device_activate(bt_hid_device_connection_state_changed_cb callback, v
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Deactivates the Bluetooth HID Device role.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @remarks This function must be called to deregister the HID UUID.
@@ -2717,7 +2717,7 @@ int bt_hid_device_deactivate(void);
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Initiates the HID device connection with the Device role, asynchronously.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @remarks This function must be called to Initiate the HID device role connection.
@@ -2746,7 +2746,7 @@ int bt_hid_device_connect(const char *remote_address);
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Disconnects from the HID Host device, asynchronously.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] remote_address The remote device's address.
@@ -2769,7 +2769,7 @@ int bt_hid_device_disconnect(const char *remote_address);
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Sends the mouse event data to the remote device.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] remote_address The remote device's address.
@@ -2792,7 +2792,7 @@ int bt_hid_device_send_mouse_event(const char *remote_address,
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Sends the keyboard event data to the remote device.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] remote_address The remote device's address.
@@ -2844,7 +2844,7 @@ int bt_hid_device_unset_data_received_cb(void);
  * @ingroup CAPI_NETWORK_BLUETOOTH_HID_DEVICE_MODULE
  * @brief Responds to reports from the HID Host.
  * @since_tizen @if WEARABLE 3.0 @endif
- * @privlevel pubilc
+ * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
  *
  * @param[in] remote_address The remote device's address.
@@ -3247,7 +3247,7 @@ int bt_avrcp_set_repeat_mode_changed_cb(bt_avrcp_repeat_mode_changed_cb callback
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_AVRCP_MODULE
- * @brief  Unregisters a callback function that will be invoked when the repeat mode is changed. (e.g., by a TV remote control or other input devi)
+ * @brief  Unregisters a callback function that will be invoked when the repeat mode is changed. (e.g., by a TV remote control or other input devices)
  * @since_tizen @if WEARABLE 3.0 @else 2.4 @endif
  * @return   0 on success, otherwise a negative error value.
  * @retval #BT_ERROR_NONE  Successful