1.2.2.1.7.3.5 BLE_DTM_StartCwTest

C

uint16_t BLE_DTM_StartCwTest(uint8_t txChannel, int8_t txPower);

Description

Start a Continuous Wave (CW) test with specific channel and power.

Parameters

ParameterDescription
[in] txChannelChannel = (F – 2402) (Frequency Range : 2402 MHz to 2480 MHz) See Channel range of continuous wave test.
[in] txPowerThe transmit power level to be used by the transmitter. Range: -127 to +20. Units: dBm.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully start the CW test.
MBA_RES_OOMInternal memory allocation failure.
MBA_RES_INVALID_PARAInvalid parameters.