Hi everyone!
I'm working in a PC application in Java like the JavaSimplePeripheral example.
In my firmware on cc2540 i set the desirables parameters in:
- minimum connection interval = 25,
- maximum connection interval = 25,
- slave latency = 4,
- timeout = 1000.
Besides i enabled the automatic parameter update request.
But when the connection is formed, and i get the connection parameters with BTOOL app.
The parameters obtained are the default BTOOL parameters:
- minimum connection interval = 80,
- maximum connection interval = 80,
- slave latency = 0,
- timeout = 2000.
So i thought that BTOOL app rejected the new parameters.
So who sets the parameters of connection? SimplePeripheral or HostTestApp?
How my java application could set the desired connection parameters?
Thanks in advance...