From 11e837a2841c94474c418893976d7e74f2650c7d Mon Sep 17 00:00:00 2001 From: DoHyun Pyun Date: Wed, 9 Jan 2019 08:55:51 +0900 Subject: [PATCH] Fix the typo error in the API reference Change-Id: I2cc9b0adb21984ba3ed81071880e750597a3be39 Signed-off-by: DoHyun Pyun --- include/bluetooth.h | 8 ++++---- include/bluetooth_internal.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.7.4