Question
Meaning of the constants generated by CubeMX - STM32WB55 for BLE
Hello,
I am trying to use the STM32WB55 Nucleo Pack to develop a BLE application.
Does anyone know what these constants represent ?
/**
* There is one handler per service enabled
* Note: There is no handler for the Device Information Service
*
* This shall take into account all registered handlers
* (from either the provided services or the custom services)
*/
#define BLE_CFG_SVC_MAX_NBR_CB 7
#define BLE_CFG_CLT_MAX_NBR_CB 1This code is extracted from the client project but it is the same in the server project.
Thank you for your reply!