|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
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 |
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.
| uint8_t* ifx_record_ad_data_t::data |
AD data field
Definition at line 80 of file ifx-record-bluetooth-le.h.
| uint8_t ifx_record_ad_data_t::data_length |
AD data length field
Definition at line 78 of file ifx-record-bluetooth-le.h.
| uint8_t ifx_record_ad_data_t::data_type |
AD data type field
Definition at line 79 of file ifx-record-bluetooth-le.h.