nrfxlib API 2.8.99
|
uint8_t sdc_hci_cmd_le_set_host_feature | ( | const sdc_hci_cmd_le_set_host_feature_t * | p_params | ) |
#include <softdevice_controller/include/sdc_hci_cmd_le.h>
LE Set Host Feature.
The description below is extracted from Core_v6.0, Vol 4, Part E, Section 7.8.115
The HCI_LE_Set_Host_Feature command is used by the Host to set or clear a bit controlled by the Host in the Link Layer FeatureSet stored in the Controller (see [Vol 6] Part B, Section 4.6).
The Bit_Number parameter specifies the bit position in the FeatureSet.
The Bit_Value parameter specifies whether the feature is enabled or disabled.
If Bit_Number specifies a feature bit that is not controlled by the Host, the Controller shall return the error code Unsupported Feature or Parameter Value (0x11).
If Bit_Value is set to 0x01 and Bit_Number specifies a feature bit that requires support of a feature that the Controller does not support, the Controller shall return the error code Unsupported Feature or Parameter Value (0x11).
If the Host issues this command while the Controller has a connection to another device, the Controller shall return the error code Command Disallowed (0x0C).
Event(s) generated (unless masked away): When the HCI_LE_Set_Host_Feature command has completed, an HCI_Command_Complete event shall be generated.
[in] | p_params | Input parameters. |
0 | if success. |