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

Fields

Field
Declared as
Description
uint16_t
NetKey Index of the subnet to send the message on.
uint16_t
AppKey Index to encrypt the message with.
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 BLE_MESH_TTL_DEFAULT for default TTL.
uint8_t
Security credentials used for sending the message.
uint8_t
Tag used for sending the message.
struct bt_mesh_model *
Change by Espressif, model corresponds to the message.
bool
Change by Espressif, if the message is sent by a server model. Not used for receiving message.

References

from examples