2015-05-08 08:19 AM
Hello,
Please help me to clarify the following question: my device supports a several modes and I need set special connection parameters for each mode first mode - aci_l2cap_connection_parameter_update_request(handle, 6, 6, 0, 30) second mode - aci_l2cap_connection_parameter_update_request(handle, 6, 6, 0, 300) but I noticed that parameters are set only in the first call, after that the function returns 0 (success),but
remain relevant
parameters
set
for the first time
. Thanks in advance, Andrei Kukenov2015-05-11 03:39 AM
Hi Andrei,
Kindly, could you clarify your scenario? In any case, the command aci_l2cap_connection_parameter_update_request permits to send an L2CAP connection parameter update request from the slave to the master, therefore if you have a central connect to more slaves, from central if you want to update the parameters connection for each connection you could to use the commandaci_Gap_Start_Connection_Update.
Regards, GM