esp_bt_eir_data_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
bool
FEC is required or not, true by default.
bool
EIR data include TX power, false by default.
bool
EIR data include UUID, false by default.
bool
EIR data include device name, true by default.
uint8_t
EIR flags, see ESP_BT_EIR_FLAG for details, EIR will not include flag if it is 0, 0 by default.
uint16_t
Manufacturer data length, 0 by default.
uint8_t *
Manufacturer data point.
uint16_t
URL length, 0 by default.
uint8_t *
URL point.

References

from examples