![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
PLTD BLE scan configuration parameters. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| bool | fw_load_enable |
| char | fw_path [FILE_PATH_SIZE] |
| uint8_t | retries |
| uint8_t | dut_reboot |
| uint8_t | reboot_diff |
| uint8_t | reboot_time |
PLTD BLE scan configuration parameters.
Definition at line 864 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_scan::dut_reboot |
After how many GU scan retries the PLT will reboot the GU and the DUTs and download the firmware again.
Definition at line 870 of file prod_line_tool_dll.h.
| bool __pltd_ble_scan::en |
Enable the BLE scan test.
Definition at line 866 of file prod_line_tool_dll.h.
| bool __pltd_ble_scan::fw_load_enable |
If true, PLT will try to download a firmware to the DUTs before the BLE scan test.
Definition at line 867 of file prod_line_tool_dll.h.
| char __pltd_ble_scan::fw_path[FILE_PATH_SIZE] |
The path of the firmware to be downloaded into the DUT.
Definition at line 868 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_scan::reboot_diff |
The delay difference in ms between each DUT reboot, to avoid collisions in advertisements.
Definition at line 871 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_scan::reboot_time |
The VBAT low time in hundreds of ms for each DUT reboot. May need some time for capacitance to be discharged.
Definition at line 872 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_scan::retries |
The total number of GU scan retries. How many times GAPM_START_SCAN_CMD will be issued to the GU by the PLT.
Definition at line 869 of file prod_line_tool_dll.h.