Zephyr API 3.6.99
|
Message sending context. More...
#include <msg.h>
Data Fields | |
uint16_t | net_idx |
NetKey Index of the subnet to send the message on. | |
uint16_t | app_idx |
AppKey Index to encrypt the message with. | |
uint16_t | addr |
Remote address. | |
uint16_t | recv_dst |
Destination address of a received message. | |
const uint8_t * | uuid |
Label UUID if Remote address is Virtual address, or NULL otherwise. | |
int8_t | recv_rssi |
RSSI of received packet. | |
uint8_t | recv_ttl |
Received TTL value. | |
bool | send_rel |
Force sending reliably by using segment acknowledgment. | |
bool | rnd_delay |
Send message with a random delay according to the Access layer transmitting rules. | |
uint8_t | send_ttl |
TTL, or BT_MESH_TTL_DEFAULT for default 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::rnd_delay |
Send message with a random delay according to the Access layer transmitting rules.
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.
const uint8_t* bt_mesh_msg_ctx::uuid |
Label UUID if Remote address is Virtual address, or NULL otherwise.