User Activity

I have created a BLE server with required services. ( I have verified the data like ble server name, RSSI in smart phone which is treated as a client) . and i wrote a ble client program in stm32wb nucleo USB dongle, it is able to scan and connect to ...
i am using stm32wb55 nueclo board, and i created a ble service for read, write and notify. In write and notify services i am able to send the data(20 bytes) to the client. but i want to send upto 100 bytes. How can i extend payload size?
I am trying to print the debug messages in different c files to check the flow of execution. Debug messages like;BLE_DBG_CRS_STM_MSG("RX Characteristic is added Successfully 0x%02X\n",             CRSContext.CRSRXCharHdle); 2. APP_DBG_MSG("-- G...
I want to create to custom app for my acceleration sensor, and WB55-USB_Dongle have to receive the FFT data. Thanking in advance.