Fix the typo error in the API reference 02/197002/1 submit/tizen_4.0/20190109.000649
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 8 Jan 2019 23:58:42 +0000 (08:58 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 8 Jan 2019 23:58:42 +0000 (08:58 +0900)
Change-Id: I3fbdad695bb4fef0f6e9d61e21939b5f298a36e3
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h
include/bluetooth_internal.h

index 4db5481d8613041ecd0a823ff0b4d57511e9e442..42bb214d8d4321df3913de94f5fafe1701ce66b5 100644 (file)
@@ -614,7 +614,7 @@ int bt_adapter_unset_device_discovery_state_changed_cb(void);
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_OOB_MODULE
- * @brief Get the Hash and Randmoizer value, synchronously.
+ * @brief Get the Hash and Randomizer value, synchronously.
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  *
  * @param[out] hash The hash value received from the controller
@@ -638,7 +638,7 @@ int bt_adapter_get_local_oob_data(unsigned char **hash, unsigned char **randomiz
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_OOB_MODULE
- * @brief Sets the Hash and Randmoizer value, synchronously.
+ * @brief Sets the Hash and Randomizer value, synchronously.
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
@@ -667,7 +667,7 @@ int bt_adapter_set_remote_oob_data(const char *remote_address,
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_OOB_MODULE
- * @brief Gets the Hash and Randmoizer value, synchronously.
+ * @brief Gets the Hash and Randomizer value, synchronously.
  * @since_tizen 3.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
@@ -701,7 +701,7 @@ int bt_adapter_get_local_oob_ext_data(unsigned char **hash192, unsigned char **r
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_OOB_MODULE
- * @brief Sets the Hash and Randmoizer value, synchronously.
+ * @brief Sets the Hash and Randomizer value, synchronously.
  * @since_tizen 3.0
  * @privlevel public
  * @privilege %http://tizen.org/privilege/bluetooth
index eab15f12693b25c66fcf4125a399b435cd55544f..660ad8a9f27ea03c7c3c58a36f2d6ad5e8636a9e 100644 (file)
@@ -759,7 +759,7 @@ int bt_adapter_le_enable_privacy(bool enable_privacy);
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_ADAPTER_LE_MODULE
- * @brief Sets the Hash and Randmoizer value, synchronously for LE OOB pairing.
+ * @brief Sets the Hash and Randomizer value, synchronously for LE OOB pairing.
  * @since_tizen 4.0
  * @privlevel platform
  * @privilege %http://tizen.org/privilege/bluetooth.admin