stm32wb1mmc maximum number of services
hi there,
i'm currently working on a project with the STM32WB1MMC, which is (as far as i know) based on a STM32WB15CCY.
in final configuration there should be 9 services (incl. GAP and GATT) with all in all 17 characteristics.
in now configured my 5th own service and encountering the following log output

i saw in the code that error 0x98 means BLE_STATUS_OUT_OF_MEMORY.
after some recherche this leads me to the assumption that the gatt db size may be too small for my needs.
now my question: what possibilities do i have to get my BLE configuration into this module.
i tried increasing CFG_BLE_NUM_GATT_SERVICES, CFG_BLE_NUM_GATT_ATTRIBUTES and CFG_BLE_ATT_VALUE_ARRAY_SIZE but i can not add the desired services.in some cases the module does not even start.
how can i determine the macimum VALUE_ARRAY_SIZE?
is it possible to give the module more ram for holding the gatt database?
thank you for your help
greets peter
