BLE_DTM_EnhancedTransmitterTest
C
uint16_t BLE_DTM_EnhancedTransmitterTest(BLE_DTM_TransmitterTestParams_T *p_transTestParams);
Description
Starts a transmitter test where the device generates test reference packets at a fixed interval.
Note
BLE_DTM_Init must be called before using this function.
Parameters
Parameter | Description |
---|---|
[in] p_transTestParams | Pointer to the transmitter test parameters structure. See BLE_DTM_TransmitterTestParams_T. |
Return values
Return value | Description |
---|---|
MBA_RES_SUCCESS | Successfully starts the BLE transmitter test. |
MBA_RES_OOM | Internal memory allocation failure occurred. |
MBA_RES_INVALID_PARA | The provided parameters are invalid. |