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.
Note
BLE_DTM_Init is required for this API.
Parameters
| Parameter | Description | 
|---|---|
| [in] txChannel | Channel = (F – 2402) (Frequency Range : 2402 MHz to 2480 MHz) See Channel range of continuous wave test. | 
| [in] txPower | The transmit power level to be used by the transmitter. Range: -127 to +20. Units: dBm. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully start the CW test. | 
| MBA_RES_OOM | Internal memory allocation failure. | 
| MBA_RES_INVALID_PARA | Invalid parameters. | 
