From: DoHyun Pyun Date: Tue, 8 Jan 2019 23:58:42 +0000 (+0900) Subject: Fix the typo error in the API reference X-Git-Tag: submit/tizen_4.0/20190109.000649^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=363abcdfb828dadfd5a47717a48b41f04f3485fa;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the typo error in the API reference Change-Id: I3fbdad695bb4fef0f6e9d61e21939b5f298a36e3 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index 4db5481..42bb214 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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 diff --git a/include/bluetooth_internal.h b/include/bluetooth_internal.h index eab15f1..660ad8a 100644 --- a/include/bluetooth_internal.h +++ b/include/bluetooth_internal.h @@ -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