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.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully starts the BLE transmitter test.
MBA_RES_OOMInternal memory allocation failure occurred.
MBA_RES_INVALID_PARAThe provided parameters are invalid.