sl_bt_evt_test_dtm_completedTesting Commands#
Indicates that the radio has processed a test start or end command.
Data Structures#
struct | sl_bt_evt_test_dtm_completed_s Data structure of the dtm_completed event. |
Macros#
#define | sl_bt_evt_test_dtm_completed_id 0x000e00a0 Identifier of the dtm_completed event. |
Detailed Description#
Indicates that the radio has processed a test start or end command.
The result
parameter indicates the success of the command.
After the receiver or transmitter test is stopped, the number_of_packets
parameter in this event indicates the number of received or transmitted packets.
Data Structure Documentation#
sl_bt_evt_test_dtm_completed_s#
struct sl_bt_evt_test_dtm_completed_s
Data structure of the dtm_completed event.
Data Fields | |||
---|---|---|---|
uint16_t | result | Command result | |
uint16_t | number_of_packets | Number of packets | Only valid for sl_bt_test_dtm_end command. |