CC26xx Driver Library
rfc_ble5AdvExtPar_s Struct Reference

#include <rf_ble_cmd.h>

Data Fields

struct {
   uint8_t   __pad0__:2
 
   uint8_t   deviceAddrType:1
 The type of the device address – public (0) or random (1) More...
 
advConfig
 
uint8_t __dummy0
 
uint8_t __dummy1
 
uint8_t auxPtrTargetType
 Number indicating reference for auxPtrTargetTime. Takes same values as trigger types, but only TRIG_ABSTIME and TRIG_REL_* are allowed. More...
 
ratmr_t auxPtrTargetTime
 Time of start of packet to which auxPtr points. More...
 
uint8_t * pAdvPkt
 Pointer to extended advertising packet for the ADV_EXT_IND packet. More...
 
uint16_t * pDeviceAddress
 Pointer (with least significant bit set to 0) to device address used for this device. If least significant bit is 1, the address type given by advConfig.deviceAddrType is inverted. More...
 

Field Documentation

uint8_t rfc_ble5AdvExtPar_s::__dummy0
uint8_t rfc_ble5AdvExtPar_s::__dummy1
uint8_t rfc_ble5AdvExtPar_s::__pad0__
struct { ... } rfc_ble5AdvExtPar_s::advConfig
ratmr_t rfc_ble5AdvExtPar_s::auxPtrTargetTime

Time of start of packet to which auxPtr points.

uint8_t rfc_ble5AdvExtPar_s::auxPtrTargetType

Number indicating reference for auxPtrTargetTime. Takes same values as trigger types, but only TRIG_ABSTIME and TRIG_REL_* are allowed.

uint8_t rfc_ble5AdvExtPar_s::deviceAddrType

The type of the device address – public (0) or random (1)

uint8_t* rfc_ble5AdvExtPar_s::pAdvPkt

Pointer to extended advertising packet for the ADV_EXT_IND packet.

uint16_t* rfc_ble5AdvExtPar_s::pDeviceAddress

Pointer (with least significant bit set to 0) to device address used for this device. If least significant bit is 1, the address type given by advConfig.deviceAddrType is inverted.