nrfxlib API 2.8.99
|
uint8_t sdc_hci_cmd_le_cs_write_cached_remote_fae_table | ( | const sdc_hci_cmd_le_cs_write_cached_remote_fae_table_t * | p_params, |
sdc_hci_cmd_le_cs_write_cached_remote_fae_table_return_t * | p_return ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE CS Write Cached Remote FAE Table.
The description below is extracted from Core_v6.0, Vol 4, Part E, Section 7.8.136
The HCI_LE_CS_Write_Cached_Remote_FAE_Table command is used by a Host to write a cached copy of the per-channel mode-0 Frequency Actuation Error table of the remote device in the local Controller.
If the remote Controller supports a Frequency Actuation Error of zero relative to its mode-0 transmissions in the reflector role (No_FAE bit set as described in [Vol 6] Part B, Section 2.4.2.44), then the Controller shall return the error code Unsupported Feature or Parameter Value (0x11).
If the Host issues this command after an LL_CS_FAE_RSP PDU has been received from the remote Controller, then the Controller shall return the error code Command Disallowed (0x0C).
If the Host issues this command after a CS configuration has been created in the local Controller, then the Controller shall return the error code Command Disallowed (0x0C).
If the Host sends this command with a Connection_Handle that does not exist, or the Connection_Handle is not for an ACL, then the Controller shall return the error code Unknown Connection Identifier (0x02).
Event(s) generated (unless masked away): When the HCI_LE_CS_Write_Cached_Remote_FAE_Table 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. |