BLE_DTM_EnhancedTransmitterTest
C
uint16_t BLE_DTM_EnhancedTransmitterTest(BLE_DTM_TransmitterTestParams_T *p_transTestParams);Description
Start a test where the device generates test reference packets at a fixed interval.
Note
BLE_DTM_Init is required for this API.
Parameters
| Parameter | Description | 
|---|---|
| [in] p_transTestParams | Pointer to the transmitter test parameter. See BLE_DTM_TransmitterTestParams_T. | 
Return values
| Return value | Description | 
|---|---|
| MBA_RES_SUCCESS | Successfully set the BLE transmitter test. | 
| MBA_RES_OOM | Internal memory allocation failure. | 
| MBA_RES_INVALID_PARA | Invalid parameters. | 
