Fix the typo error in the API reference 00/197000/2
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 8 Jan 2019 23:55:51 +0000 (08:55 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 8 Jan 2019 23:59:45 +0000 (08:59 +0900)
Change-Id: I2cc9b0adb21984ba3ed81071880e750597a3be39
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth.h
include/bluetooth_internal.h

index 813bf93..4a6d2bb 100644 (file)
@@ -617,7 +617,7 @@ int bt_adapter_unset_device_discovery_state_changed_cb(void);
 
 /**
  * @ingroup CAPI_NETWORK_BLUETOOTH_OOB_MODULE
- * @brief Gets the Hash and Randmoizer value, synchronously.
+ * @brief Gets 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
@@ -641,7 +641,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
@@ -670,7 +670,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
  *
  * @remarks The @a hash192, randomizer192, hash256 and randomizer256 must be released using free().
@@ -702,7 +702,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 9852090..42cc10c 100644 (file)
@@ -729,7 +729,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