nrfxlib API 2.8.99
|
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:
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.
[in] | p_params | Input parameters. |
0 | if success. |