From: DoHyun Pyun Date: Tue, 8 Jan 2019 23:55:51 +0000 (+0900) Subject: Fix the typo error in the API reference X-Git-Tag: submit/tizen/20190111.043317~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F00%2F197000%2F2;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the typo error in the API reference Change-Id: I2cc9b0adb21984ba3ed81071880e750597a3be39 Signed-off-by: DoHyun Pyun --- diff --git a/include/bluetooth.h b/include/bluetooth.h index 813bf93..4a6d2bb 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -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 diff --git a/include/bluetooth_internal.h b/include/bluetooth_internal.h index 9852090..42cc10c 100644 --- a/include/bluetooth_internal.h +++ b/include/bluetooth_internal.h @@ -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