Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c')
-rw-r--r--Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c37
1 files changed, 17 insertions, 20 deletions
diff --git a/Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c b/Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c
index 3b7fce7a2..d0584e763 100644
--- a/Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c
+++ b/Projects/STM32WB5MM-DK/Applications/BLE/BLE_Mesh_ThermometerSensor/STM32_WPAN/app/appli_config_client.c
@@ -1,22 +1,20 @@
/**
- ******************************************************************************
+ ******************************************************************************
* @file appli_config_client.c
* @author BLE Mesh Team
* @brief Application interface for Config CLient Mesh Model
- ******************************************************************************
- * @attention
- *
- * <h2><center>&copy; Copyright (c) 2020 STMicroelectronics.
- * All rights reserved.</center></h2>
- *
- * This software component is licensed by ST under Ultimate Liberty license
- * SLA0044, the "License"; You may not use this file except in compliance with
- * the License. You may obtain a copy of the License at:
- * www.st.com/SLA0044
- *
- *
- ******************************************************************************
-*/
+ ******************************************************************************
+ * @attention
+ *
+ * Copyright (c) 2020-2021 STMicroelectronics.
+ * All rights reserved.
+ *
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
+ *
+ ******************************************************************************
+ */
/* Includes ------------------------------------------------------------------*/
#include "hal_common.h"
@@ -716,7 +714,7 @@ void Appli_ConfigClientStartNodeConfiguration(MOBLEUINT8 prvState)
/**
* @brief This function is Init function for the state machine of the
- Configuration Client. The Function shall be called everytime a new
+ Configuration Client. The Function shall be called every time a new
node is provisioned
* @param None
* @retval None
@@ -1456,7 +1454,7 @@ MOBLE_RESULT AppliConfigClient_SelfPublicationSetDefault (void)
}
else if (MODEL_IS_FOUNDATION_MODEL(modelIdentifier))
{
- /* If Model is Foundation Model, then it doesnt need to be
+ /* If Model is Foundation Model, then it does not need to be
added for Publishing */
/* Do NOTHING, let the next Model be picked */
@@ -1538,7 +1536,7 @@ MOBLE_RESULT AppliConfigClient_SelfSubscriptionSetDefault (void)
}
else if (MODEL_IS_FOUNDATION_MODEL(modelIdentifier))
{
- /* If Model is Foundation Model, then it doesnt need to be
+ /* If Model is Foundation Model, then it does not need to be
Subscribed */
/* Do NOTHING, let the next Model be picked */
@@ -1603,7 +1601,7 @@ MOBLE_RESULT Appli_ConfigClient_SelfDefaultAppKeyBind (void)
}
else if (MODEL_IS_FOUNDATION_MODEL(modelIdentifier))
{
- /* If Model is Foundation Model, then it doesnt need to be binded
+ /* If Model is Foundation Model, then it does not need to be binded
with AppKey */
/* Do NOTHING, let the next Model be picked */
@@ -1914,5 +1912,4 @@ MOBLEUINT8 AppliConfigClient_SendMessageDefault(MOBLEUINT8 elementIdx)
* @}
*/
-/******************* (C) COPYRIGHT 2020 STMicroelectronics *****END OF FILE****/