Question
Hi, I am using the STM32WB55 custom board as a client. My Task is to create a connection with the server when a button is pressed. and send the write attribute command and then disconnect from the server immediately.
Steps I am following:
- Scan for the server and get the MAC of the server
- When the button is pressed call aci_gap_create_connection to start the connection
- Then write the attribute and disconnect from the server.
Hear the problem I am facing is it takes 3sec to establish a connection and then write an attribute all this process is taking upto 4sec.
I want to reduce connection time to 500ms at least. Since I will be knowing server details already, with this can I reduce this time?
I am trying but I am unable to achieve this.
Can someone help me with this?
Thank you.
