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

◆ sdc_hci_cmd_le_cs_test_end()

uint8_t sdc_hci_cmd_le_cs_test_end ( void  )

#include <softdevice_controller/include/sdc_hci_cmd_le.h>

LE CS Test End.

The description below is extracted from Core_v6.0, Vol 4, Part E, Section 7.8.143

The HCI_LE_CS_Test_End command is used to stop any CS test that is in progress.

If the Host issues this command when there is no prior CS test initiated using the HCI_LE_CS_Test command or when a prior CS test has already been completed, then the Controller shall return the error code Command Disallowed (0x0C).

Event(s) generated (unless masked away): When the Controller receives the HCI_LE_CS_Test_End command, the Controller shall send the HCI_Command_Status event to the Host. When the Controller has successfully sent all the pending CS subevent results to the Host, the Controller shall generate an LE_CS_Test_End_Complete event.

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.