Production Line Tool v5.0
The DA1470x Production Line Tool Software Package
Loading...
Searching...
No Matches
Public Attributes | List of all members
__pdll_ble_adv_start_test Struct Reference

p_dll library parameters for starting BLE advertisements through an HCI command send to the DUT. More...

#include <p_dll.h>

Public Attributes

_pdll_test_id test_id
 
bool en
 
uint8_t delay_ms
 
_pdll_tx_pwr_lvl rf_tx_pwr_lvl
 
_adv_channel adv_channel
 
uint8_t bd_addr [BD_ADDR_SIZE]
 

Detailed Description

p_dll library parameters for starting BLE advertisements through an HCI command send to the DUT.

Definition at line 653 of file p_dll.h.

Member Data Documentation

◆ adv_channel

_adv_channel __pdll_ble_adv_start_test::adv_channel

The advertisement channel, CH37, CH38, CH39 or all.

Definition at line 659 of file p_dll.h.

◆ bd_addr

uint8_t __pdll_ble_adv_start_test::bd_addr[BD_ADDR_SIZE]

The BD addresses to be advertised by the DUT.

Definition at line 660 of file p_dll.h.

◆ delay_ms

uint8_t __pdll_ble_adv_start_test::delay_ms

Delay in ms before start advertising. Should be different per DUT to avoid collisions.

Definition at line 657 of file p_dll.h.

◆ en

bool __pdll_ble_adv_start_test::en

Whether to enable the BLE HCI advertisements.

Definition at line 656 of file p_dll.h.

◆ rf_tx_pwr_lvl

_pdll_tx_pwr_lvl __pdll_ble_adv_start_test::rf_tx_pwr_lvl

TX power level selection, from the __pdll_tx_pwr_lvl.

Definition at line 658 of file p_dll.h.

◆ test_id

_pdll_test_id __pdll_ble_adv_start_test::test_id

Which test, from the __pdll_test_id, this device will perform.

Definition at line 655 of file p_dll.h.


The documentation for this struct was generated from the following file: