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

◆ sdc_hci_cmd_vs_central_acl_event_spacing_set()

uint8_t sdc_hci_cmd_vs_central_acl_event_spacing_set ( const sdc_hci_cmd_vs_central_acl_event_spacing_set_t p_params)

#include <softdevice_controller/include/sdc_hci_vs.h>

Set Central ACL event spacing.

On the central, sets the time ACL connections are spaced apart, assuming they are using the same connection interval.

This API must be called before issuing a command to create a connection.

The default event spacing is 7500 us. The configured value is retained after issuing an HCI Reset command.

Note: The time available for transmission and reception is not configured using this API

See also sdc_hci_cmd_vs_event_length_set(). See also sdc_hci_cmd_vs_conn_event_extend().

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.