nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ sdc_hci_cmd_le_iso_test_end()

uint8_t sdc_hci_cmd_le_iso_test_end ( const sdc_hci_cmd_le_iso_test_end_t * p_params,
sdc_hci_cmd_le_iso_test_end_return_t * p_return )

#include <softdevice_controller/include/sdc_hci_cmd_le.h>

LE ISO Test End.

The description below is extracted from Core_v6.3, Vol 4, Part E, Section 7.8.114

This command should only be used in the ISO Test mode and only for testing purposes.

The command is used to terminate the ISO Transmit and/or Receive Test mode for a CIS or BIS specified by the Connection_Handle parameter but does not terminate the CIS or BIS.

When the Host terminates the ISO Test mode for a CIS or BIS that is set to ISO Transmit Test mode only, the test counters in the return parameters shall be set to zero.

When the Host terminates the ISO Test mode for a CIS or BIS that is set to the ISO Receive Test mode, the return parameters contain the values of the test counters as defined in [Vol 6] Part B, Section 7.

Errors:

See Section 4.5.2 for a list of error types and descriptions.

Type   Condition                                                      Error code
MC     Connection_Handle does not identify an established CIS or a    Unknown Connection
       BIS.                                                           Identifier (0x02)
MC     Connection_Handle identifies a CIS or BIS that is not          Unsupported Feature or
       configured in the ISO Transmit or Receive Test mode.           Parameter Value (0x11)

Event(s) generated (unless masked away):

When the HCI_LE_ISO_Test_End command has completed, an HCI_Command_Complete event shall be generated.

Parameters
[in]p_paramsInput parameters.
[out]p_returnExtra return 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.