Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
bool
Set this advertising data as scan response or not.
bool
Advertising data include device name or not.
bool
Advertising data include TX power.
int
Advertising data show slave preferred connection min interval. The connection interval in the following manner: connIntervalmin = Conn_Interval_Min * 1.25 ms Conn_Interval_Min range: 0x0006 to 0x0C80 Value of 0xFFFF indicates no specific minimum. Values not defined above are reserved for future use.
int
Advertising data show slave preferred connection max interval. The connection interval in the following manner: connIntervalmax = Conn_Interval_Max * 1.25 ms Conn_Interval_Max range: 0x0006 to 0x0C80 Conn_Interval_Max shall be equal to or greater than the Conn_Interval_Min. Value of 0xFFFF indicates no specific maximum. Values not defined above are reserved for future use.
int
External appearance of device.
uint16_t
Manufacturer data length.
uint8_t *
Manufacturer data point.
uint16_t
Service data length.
uint8_t *
Service data point.
uint16_t
Service uuid length.
uint8_t *
Service uuid array point.
uint8_t
Advertising flag of discovery mode, see BLE_ADV_DATA_FLAG detail.

References

from examples