TI BLE5-Stack API Documentation  9.14.00
Data Fields
BLEAppUtil_AdvInit_t Struct Reference

BLEAppUtil Adv Init Structure. More...

Data Fields

uint8_t * advData
 pointer to array containing the advertise data More...
 
uint16_t advDataLen
 length (in bytes) of advData More...
 
GapAdv_params_tadvParam
 pointer to structure of advertising parameters More...
 
uint8_t * scanRespData
 pointer to array containing the scan response data More...
 
uint16_t scanRespDataLen
 length (in bytes) of scanRespData More...
 

Detailed Description

BLEAppUtil Adv Init Structure.

Should be created by the application and initialize by calling BLEAppUtil_initAdvSet.

Field Documentation

§ advData

uint8_t* advData

pointer to array containing the advertise data

§ advDataLen

uint16_t advDataLen

length (in bytes) of advData

§ advParam

GapAdv_params_t* advParam

pointer to structure of advertising parameters

§ scanRespData

uint8_t* scanRespData

pointer to array containing the scan response data

§ scanRespDataLen

uint16_t scanRespDataLen

length (in bytes) of scanRespData


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale