nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ sdc_hci_cmd_vs_conn_event_extend()

uint8_t sdc_hci_cmd_vs_conn_event_extend ( const sdc_hci_cmd_vs_conn_event_extend_t p_params)

#include <softdevice_controller/include/sdc_hci_vs.h>

Enable or Disable Extended Connection Events.

When Extended Connection Events are disabled, the maximum connection event length is set by sdc_hci_cmd_vs_event_length_set(). When Extended Connection Events are enabled, the controller will extend the connection event as much as possible, if:

  • Either of the peers has more data to send. See also: Core v5.1, Vol 6, Part B, Section 4.5.6
  • There are no conflicts with other concurrent links.

A connection event can not be extended beyond the connection interval.

The configured value is retained after issuing an HCI Reset command.

Event(s) generated (unless masked away): When the command has completed, an HCI_Command_Complete event shall be generated.

Parameters
[in]p_paramsInput parameters.
Return values
0if success.
Returns
Returns value between 0x01-0xFF in case of error. See Vol 2, Part D, Error for a list of error codes and descriptions.