Searched defs:bt_mesh_msg_rsp_ctx (Results 1 – 1 of 1) sorted by relevance
27 struct bt_mesh_msg_rsp_ctx { struct28 struct bt_mesh_msg_ack_ctx *ack; /**< Acknowledged message context. */29 uint32_t op; /**< Opcode we're waiting for. */30 void *user_data; /**< User specific parameter. */31 int32_t timeout; /**< Response timeout in milliseconds. */