I have an ESP32 -based board an d am developing code for it via Arduino IDE. I would like to change the connection interval on the connection between my ESP32 board (which is the server) and my iPhone (which is the client). I am told that the client cannot change the connection interval from that side. Does this library provide that ability?
I have searched other postings and saw at least one which touched on connection interval. But it seem to veer off into the advertising side of things.
The default connection interval appears to be 30 msec, and it appears that I am limited to the number of frames that I can transmit in any interval. By shortening the interval, I hope that I can get higher through put.
My alternative would be, if possible, to disable (via a TBD method) the client's acknowledgement sent after every application message. I believe these acknowledgements (or lack of them) is controlling the rate at which the server can send messages.
I have an ESP32 -based board an d am developing code for it via Arduino IDE. I would like to change the connection interval on the connection between my ESP32 board (which is the server) and my iPhone (which is the client). I am told that the client cannot change the connection interval from that side. Does this library provide that ability?
I have searched other postings and saw at least one which touched on connection interval. But it seem to veer off into the advertising side of things.
The default connection interval appears to be 30 msec, and it appears that I am limited to the number of frames that I can transmit in any interval. By shortening the interval, I hope that I can get higher through put.
My alternative would be, if possible, to disable (via a TBD method) the client's acknowledgement sent after every application message. I believe these acknowledgements (or lack of them) is controlling the rate at which the server can send messages.
Thanks.