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

◆ sdc_hci_cmd_vs_big_reserved_time_set()

uint8_t sdc_hci_cmd_vs_big_reserved_time_set ( const sdc_hci_cmd_vs_big_reserved_time_set_t p_params)

#include <softdevice_controller/include/sdc_hci_vs.h>

Set the default BIG reserved time.

This vendor specific command changes the time reserved at the end of a BIG event for other roles. This applies to all BIGs created after calling this command.

The default value is 1600 us, but can be set to between 0 us and 4,000,000 us. The configured value is retained after issuing an HCI Reset command.

If the value is set such that it cannot be satisfied for a given set of BIG parameters, BIG creation will fail with error code UNSUPPORTED_FEATURE_OR_PARAMETER_VALUE (0x11).

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.