nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ sdc_hci_cmd_vs_transmitter_carrier_test()

uint8_t sdc_hci_cmd_vs_transmitter_carrier_test ( const sdc_hci_cmd_vs_transmitter_carrier_test_t * p_params)

#include <softdevice_controller/include/sdc_hci_vs.h>

Transmitter carrier frequency test.

This command extends Bluetooth DTM commands. This command is used to start a test where the IUT generates an unmodulated constant carrier wave. The Controller shall transmit at the power level indicated by the TX_Power_Level parameter.

The TX_Channel specifies the RF channel to be used by the transmitter.

The TX_Power_Level parameter specifies the transmit power level to be used by the transmitter. If the parameter is set to a value other than 0x7E or 0x7F, then the Controller shall make the requested change or shall make the nearest change that it is capable of doing. TX_Power_Level is a signed integer value in dBm. 0x7E sets transmitter to minimum transmit power level. 0x7F sets transmitter to maximum transmit power level.

HCI LE Test End command should be used to stop the transmitter carrier frequency test.

Event(s) generated (unless masked away): When the HCI_LE_Transmitter_Test command has completed, an HCI_Command_Complete event shall be generated.

Parameters
[in]p_paramsInput parameters.
Return values
0if success.
Returns
Returns value between 0x01-0xFF in case of error. See Vol 2, Part D, Error for a list of error codes and descriptions.