Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_mesh_msg_ack_ctx Struct Reference

Acknowledged message context for tracking the status of model messages pending a response. More...

#include <msg.h>

Data Fields

struct k_sem sem
 Sync semaphore.
 
uint32_t op
 Opcode we're waiting for.
 
uint16_t dst
 Address of the node that should respond.
 
void * user_data
 User specific parameter.
 

Detailed Description

Acknowledged message context for tracking the status of model messages pending a response.

Field Documentation

◆ dst

uint16_t bt_mesh_msg_ack_ctx::dst

Address of the node that should respond.

◆ op

uint32_t bt_mesh_msg_ack_ctx::op

Opcode we're waiting for.

◆ sem

struct k_sem bt_mesh_msg_ack_ctx::sem

Sync semaphore.

◆ user_data

void* bt_mesh_msg_ack_ctx::user_data

User specific parameter.


The documentation for this struct was generated from the following file: