NimBLE-Arduino 2.1.2
|
#include <msg.h>
Public Attributes | |
struct k_sem | sem |
uint32_t | op |
uint16_t | dst |
void * | user_data |
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.