summaryrefslogtreecommitdiff
path: root/include/bluetooth.h
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2017-04-04 01:11:27 -0700
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>2017-04-04 01:11:28 -0700
commit0809840fe7d01203908a48fd6164a7571fa97460 (patch)
treeb089f9c5da226dad47854b92b2998e39e204a8d6 /include/bluetooth.h
parent9343b6987f4b794fb465337ebc1f1d4965e14d63 (diff)
parent2edd64a97b81958da1ffae324685de699834a717 (diff)
downloadbluetooth-0809840fe7d01203908a48fd6164a7571fa97460.tar.gz
bluetooth-0809840fe7d01203908a48fd6164a7571fa97460.tar.bz2
bluetooth-0809840fe7d01203908a48fd6164a7571fa97460.zip
Merge "Fix typo errors" into tizen
Diffstat (limited to 'include/bluetooth.h')
-rw-r--r--include/bluetooth.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 0170006..c009349 100644
--- a/include/bluetooth.h
+++ b/include/bluetooth.h
@@ -2706,7 +2706,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.
@@ -2734,7 +2734,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.
@@ -2759,7 +2759,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.
@@ -2788,7 +2788,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.
@@ -2811,7 +2811,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.
@@ -2834,7 +2834,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.
@@ -2886,7 +2886,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.
@@ -3289,7 +3289,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