ESP-IDF + 0/9 examples
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Pointer to the model to which the context belongs. Initialized by the stack.
uint16_t
Publish Address.
uint16_t:12
uint16_t app_idx:12,:1
uint16_t app_idx:12, cred:1,:1
uint16_t app_idx:12, cred:1, send_rel:1,:1
Size of TransMIC when publishing a Segmented Access message.
uint8_t
Publish Time to Live.
uint8_t
Retransmit Count & Interval Steps.
uint8_t
Publish Period.
uint8_t:4
uint8_t period_div:4,:1
uint8_t period_div:4, fast_period:1,:3
Retransmissions left.
uint32_t
Start of the current period.
uint8_t
Directed publish policy.
struct net_buf_simple *
Publication buffer, containing the publication message. This will get correctly created when the publication context has been defined using the ESP_BLE_MESH_MODEL_PUB_DEFINE macro. ESP_BLE_MESH_MODEL_PUB_DEFINE(name, size);.
Callback used to update publish message. Initialized by the stack.
Publish Period Timer. Initialized by the stack.
uint8_t
Role of the device that is going to publish messages.

References

from examples