How to use aci_gatt_add_char_desc() for STM32WB BLE?
My biggest issue currently is on my external app which is connecting to the WB that it cannot get the descriptor.
As I debug using BLE using LightBlue there is no descriptor in my characteristic.
As I notice recently by reading again the manual there is a command aci_gatt_add_char_desc() which in my opinion add the missing descriptor. By generating the default project with cubeMX, this function is never called. As there are no comments in the code, neither any documentation about this routine, this makes it hard to implement correctly. This would really helpful if the documentation could be extended (@Remy ISSALYS ). Thanks in advance!