nrfxlib API 2.8.99
|
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.
0 | if success. |