How to change the BLE communication setup using STM32WB55?
I'm using STM32WB55 and communicating with a program using Windows BLE APIs.
My system affords BLE 5.2 version and I know it affords 2 Mbps.
However, I don't know how to change the BLE setup in the microcontroller and my program.
Currently, my microcontroller can send 244 bytes of data per packet.
So, Here is some question.
- How to change ATT-MTU (number of bytes per packet), Connection Interval, and number of packets. (or a good example for this)
- Whether, if I change these BLE setups, the BLE setup of the Windows program automatically changed. (or how to change Windows BLE setup using Windows APIs)
- How to transfer multi packets (or a good example for this)
I hope your comments.
