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