How to transmit the 247 data in stm32wb?
I have configured the stm32wb with 247 data transmission but in the receiver side the buffer seems like it transferred only 20 bytes in the notification.
For note: The values are updated in the 255 sized cmd_buffer in the aci_gatt_update_char_value() function. But it notified only 20 bytes of data in the mobile application.
Can anyone help me according to the proper configuration of the stm32wb for transmit 249 data at a time.
Thanks! in advance.