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

Structure for extended inquiry response (EIR) data object. Each EIR structure consists of an EIR Length field of 1 octet, an EIR Type field and an EIR Data field. More...

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

Data Fields

uint8_t data_length
 
uint8_t data_type
 
uint8_t * data
 

Detailed Description

Structure for extended inquiry response (EIR) data object. Each EIR structure consists of an EIR Length field of 1 octet, an EIR Type field and an EIR Data field.

Definition at line 58 of file ifx-record-bluetooth.h.

Field Documentation

◆ data

uint8_t* ifx_record_eir_data_t::data

EIR data field

Definition at line 62 of file ifx-record-bluetooth.h.

◆ data_length

uint8_t ifx_record_eir_data_t::data_length

EIR data length field

Definition at line 60 of file ifx-record-bluetooth.h.

◆ data_type

uint8_t ifx_record_eir_data_t::data_type

EIR data type field

Definition at line 61 of file ifx-record-bluetooth.h.


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