1.1.2.1.7.3.1 BLE_DTM_EndTest

C

uint16_t BLE_DTM_EndTest(uint16_t *p_packetCount, int8_t *p_avgRssi);

Description

Stop any test which is in progress.

Parameters

ParameterDescription
[out] p_packetCountPointer to the packet count parameter buffer. The number of count shall be zero for a transmitter test and shall be received packets for a reveiver test.
[out] p_avgRssiPointer to the average rssi value buffer.

Return values

Return valueDescription
MBA_RES_SUCCESSSuccessfully stop the test which is in progress.
MBA_RES_OOMInternal memory allocation failure.