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 'Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h b/Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h
index 3f4a935f5..781fa9e4c 100644
--- a/Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h
+++ b/Middlewares/ST/STM32_WPAN/ble/svc/Inc/svc_ctl.h
@@ -150,6 +150,19 @@ extern "C" {
*/
void SVCCTL_InitCustomSvc( void );
+ /**
+ * @brief This API may be overloaded by the application to select a limited list of ble services to initialize.
+ * It is called by SVCCTL_Init()
+ * By default, SVCCTL_SvcInit() is implemented to initialize all BLE services which are included in the
+ * application at build time
+ * If it is required to initialize only limited part of the BLE service available in the application,
+ * this API may be used to call the initialization API of the subset of needed services at run time.
+ *
+ * @param None
+ * @retval None
+ */
+ void SVCCTL_SvcInit( void );
+
#ifdef __cplusplus
}
#endif