|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
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. | |
Acknowledged message context for tracking the status of model messages pending a response.
| uint16_t bt_mesh_msg_ack_ctx::dst |
Address of the node that should respond.
| uint32_t bt_mesh_msg_ack_ctx::op |
Opcode we're waiting for.
| struct k_sem bt_mesh_msg_ack_ctx::sem |
Sync semaphore.
| void* bt_mesh_msg_ack_ctx::user_data |
User specific parameter.