|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
Structure defines the data structure of bluetooth low energy record such as data length and actual config data field. More...
#include <infineon/ifx-record-bluetooth-le.h>
Data Fields | |
| uint8_t | data_len |
| uint8_t * | data |
Structure defines the data structure of bluetooth low energy record such as data length and actual config data field.
Definition at line 65 of file ifx-record-bluetooth-le.h.
| uint8_t* ifx_ble_config_field_t::data |
Actual config data field
Definition at line 68 of file ifx-record-bluetooth-le.h.
| uint8_t ifx_ble_config_field_t::data_len |
Length of config data field
Definition at line 67 of file ifx-record-bluetooth-le.h.