hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
Data Fields
ifx_record_ad_data_t Struct Reference

Structure defines advertising and scan response data (AD) format. Each AD structure consists of an AD Length field of 1 octet, an AD Type field and an AD Data field. More...

#include <infineon/ifx-record-bluetooth-le.h>

Data Fields

uint8_t data_length
 
uint8_t data_type
 
uint8_t * data
 

Detailed Description

Structure defines advertising and scan response data (AD) format. Each AD structure consists of an AD Length field of 1 octet, an AD Type field and an AD Data field.

Definition at line 76 of file ifx-record-bluetooth-le.h.

Field Documentation

◆ data

uint8_t* ifx_record_ad_data_t::data

AD data field

Definition at line 80 of file ifx-record-bluetooth-le.h.

◆ data_length

uint8_t ifx_record_ad_data_t::data_length

AD data length field

Definition at line 78 of file ifx-record-bluetooth-le.h.

◆ data_type

uint8_t ifx_record_ad_data_t::data_type

AD data type field

Definition at line 79 of file ifx-record-bluetooth-le.h.


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