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. | |
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.
| 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. |