User Activity

I need to send about 20K bytes of data per second over BLE (by STM32WB55), currently I am using the Custom_STM_App_Update_Char() function, which sends 148 Bytes each time, I using the following code: while(dataRemain > 0){ Custom_STM_App_Update_Cha...