ESP-IDF + 0/7 examples
SourceVu will show references to esp_ble_mesh_msg_ctx_t from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
uint16_t
NetKey Index of the subnet through which to send the message.
uint16_t
AppKey Index for message encryption.
uint16_t
Remote address.
uint16_t
Destination address of a received message. Not used for sending.
int8_t
RSSI of a received message. Not used for sending.
uint32_t
Opcode of a received message. Not used for sending.
uint8_t
Received TTL value. Not used for sending.
uint8_t
Security credentials of a received message. Not used for sending.
uint8_t
Tag of a received message. Not used for sending.
uint8_t:1
Force sending reliably by using segment acknowledgement.
uint8_t:1
Size of TransMIC when sending a Segmented Access message.
uint8_t
TTL, or ESP_BLE_MESH_TTL_DEFAULT for default TTL.
uint8_t
Security credentials used for sending the message.
uint8_t
Tag used for sending the message.
Model corresponding to the message, no need to be initialized before sending message.
bool
Indicate if the message is sent by a node server model, no need to be initialized before sending message.

References

from examples