nrfxlib API 2.8.99
|
uint8_t sdc_hci_cmd_le_remove_cig | ( | const sdc_hci_cmd_le_remove_cig_t * | p_params, |
sdc_hci_cmd_le_remove_cig_return_t * | p_return ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Remove CIG.
The description below is extracted from Core_v6.0, Vol 4, Part E, Section 7.8.100
The HCI_LE_Remove_CIG command is used by the Central’s Host to remove the CIG identified by CIG_ID.
The CIG_ID parameter contains the identifier of the CIG.
This command shall delete the CIG_ID and also delete the Connection_Handles of the CIS configurations stored in the CIG.
This command shall also remove the isochronous data paths that are associated with the Connection_Handles of the CIS configurations, which is equivalent to issuing the HCI_LE_Remove_ISO_Data_Path command (see Section 7.8.110).
If the Host tries to remove a CIG which is in the active state, then the Controller shall return the error code Command Disallowed (0x0C).
If the Host issues this command with a CIG_ID that does not exist, the Controller shall return the error code Unknown Connection Identifier (0x02).
Event(s) generated (unless masked away): When the HCI_LE_Remove_CIG command has completed, an HCI_Command_Complete event shall be generated.
[in] | p_params | Input parameters. |
[out] | p_return | Extra return parameters. |
0 | if success. |