|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
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 |
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.
| uint8_t* ifx_record_eir_data_t::data |
EIR data field
Definition at line 62 of file ifx-record-bluetooth.h.
| uint8_t ifx_record_eir_data_t::data_length |
EIR data length field
Definition at line 60 of file ifx-record-bluetooth.h.
| uint8_t ifx_record_eir_data_t::data_type |
EIR data type field
Definition at line 61 of file ifx-record-bluetooth.h.