![]() |
Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
|
PLTD Configuration parameters of the BLE scan DUT HCI advertisements during production tests. More...
#include <prod_line_tool_dll.h>
Public Attributes | |
| bool | en |
| uint8_t | retries |
| _adv_channel | adv_channel |
| _pdll_tx_pwr_lvl | tx_pwr |
| float | rssi_lim |
PLTD Configuration parameters of the BLE scan DUT HCI advertisements during production tests.
Definition at line 876 of file prod_line_tool_dll.h.
| _adv_channel __pltd_ble_hci_scan::adv_channel |
The advertisement channel, CH37, CH38, CH39 or all. Taken from __adv_channel.
Definition at line 880 of file prod_line_tool_dll.h.
| bool __pltd_ble_hci_scan::en |
Enable the BLE scan test.
Definition at line 878 of file prod_line_tool_dll.h.
| uint8_t __pltd_ble_hci_scan::retries |
The number of times the PLT software will send GAPM_START_ADVERTISE_CMD to the DUT and GAPM_START_SCAN_CMD to the GU.
Definition at line 879 of file prod_line_tool_dll.h.
| float __pltd_ble_hci_scan::rssi_lim |
The RSSI limit of the received BLE advertisement level. GU will produce an RSSI level of the received DUT advertisement packet.
Definition at line 882 of file prod_line_tool_dll.h.
| _pdll_tx_pwr_lvl __pltd_ble_hci_scan::tx_pwr |
Set the TX power level of the device under test. Values from /ref __pdll_tx_pwr_lvl.
Definition at line 881 of file prod_line_tool_dll.h.