Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#include <msg.h>
Data Fields | |
uint16_t | net_idx |
uint16_t | app_idx |
uint16_t | addr |
uint16_t | recv_dst |
int8_t | recv_rssi |
uint8_t | recv_ttl |
bool | send_rel |
uint8_t | send_ttl |
Message sending context.
uint16_t bt_mesh_msg_ctx::addr |
Remote address.
uint16_t bt_mesh_msg_ctx::app_idx |
AppKey Index to encrypt the message with.
uint16_t bt_mesh_msg_ctx::net_idx |
NetKey Index of the subnet to send the message on.
uint16_t bt_mesh_msg_ctx::recv_dst |
Destination address of a received message. Not used for sending.
int8_t bt_mesh_msg_ctx::recv_rssi |
RSSI of received packet. Not used for sending.
uint8_t bt_mesh_msg_ctx::recv_ttl |
Received TTL value. Not used for sending.
bool bt_mesh_msg_ctx::send_rel |
Force sending reliably by using segment acknowledgment
uint8_t bt_mesh_msg_ctx::send_ttl |
TTL, or BT_MESH_TTL_DEFAULT for default TTL.