Question
BLE questions related to WB55
Hello,
The objective of the project is to develop a BLE custom server profile and I need some clarifications.
- The maximum number of characters AD_TYPE_COMPLETE_LOCAL_NAME_LENGTH for the complete name for advertisement is restricted to 11. Is there any way that the developer can change the number to support more than 11 characters?
- The maximum number of characteristics for a given service is restricted to 5. I browsed through some of the community posts and got to know that I can add more characteristics with the help of 'aci_gatt_add_char()' function. But while doing this the function is returning the error code 0x48(attaching the debug photo). What is the meaning of this error code?
- When the services get initialized, there is a parameter 'Max_Attribute_Records' which is sent as an argument for the service. Is there any way that the developer can change this number so that the above mentioned point number 2 can be achieved?
- The project has also requirement to add RTOS middleware. When I enable the RTOS, the custom server template is not available. Only the SIG HeartRate profile is provided for the user. Is there a way to have Custom server template along with the RTOS. (attaching the snapshots from the CubeIDE)


