This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Updating connection parameters from master control panel

Hi,

Is it possible updating connection parameters from master control panel? I need writing in this characteristic.

Thanks

Parents
  • Hi Francis,

    Yes you can! When connected, there is a button named update (see below pitcure). With this you can update the connection parameters during a connection.

    image description

    You can change the parameters applied when first connecting in file->options->connection parameters. Here you can also set if the central should accept the connection parameter update request from the peripheral and which interval it should choose.

    See this video for more information.

Reply
  • Hi Francis,

    Yes you can! When connected, there is a button named update (see below pitcure). With this you can update the connection parameters during a connection.

    image description

    You can change the parameters applied when first connecting in file->options->connection parameters. Here you can also set if the central should accept the connection parameter update request from the peripheral and which interval it should choose.

    See this video for more information.

Children
  • I update the parameters from this button, but the characteristic value don't change. It always take peripheral connection parameters values. Why? I thought this characteristic change with the current values...

  • You mean the SlavePreferredConnectionParameters? These are preferred parameters, and set in the peripheral code with sd_ble_gap_ppcp_set(...). The central howevers decide the connection parameters that will be set for the connection. The peripheral can send a request and if the central does not accept the request, the peripheral can decide to accept the connection parameters from the central, come with a new request or disconnect.

Related