Skip to main content
kukushonok
Associate III
May 8, 2015
Question

aci_l2cap_connection_parameter_update_request

  • May 8, 2015
  • 1 reply
  • 979 views
Posted on May 08, 2015 at 17:19

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 Kukenov
This topic has been closed for replies.

1 reply

marchese.graziella
Visitor II
May 11, 2015
Posted on May 11, 2015 at 12:39

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 command

aci_Gap_Start_Connection_Update.

Regards,

GM