Microchip® Advanced Software Framework

at_ble_dtm_t Struct Reference

data type of DMT status and report, "number_of_packets" will be used only in case of receiving the event AT_BLE_LE_PACKET_REPORT after calling the API

See Also
at_ble_dtm_stop_test

#include <at_ble_api.h>

Data Fields

uint16_t number_of_packets
 Number of packets received (Read this variable only after calling at_ble_dtm_stop_test api with Event AT_BLE_LE_PACKET_REPORT) More...
 
uint16_t op_code
 op-code for the current operation refer to dtm_op_codes More...
 
uint8_t status
 status of the current command (events AT_BLE_LE_PACKET_REPORT and AT_BLE_LE_TEST_STATUS ) More...
 

uint16_t at_ble_dtm_t::number_of_packets

Number of packets received (Read this variable only after calling at_ble_dtm_stop_test api with Event AT_BLE_LE_PACKET_REPORT)

uint16_t at_ble_dtm_t::op_code

op-code for the current operation refer to dtm_op_codes

uint8_t at_ble_dtm_t::status

status of the current command (events AT_BLE_LE_PACKET_REPORT and AT_BLE_LE_TEST_STATUS )