![]() |
nrfxlib API 3.3.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.3, Vol 4, Part E, Section 7.8.143
This command is used to stop any CS test that is in progress.
Errors:
See Section 4.5.2 for a list of error types and descriptions.
Type Condition Error code MC No CS test has been enabled but not completed. 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. |