bt_mesh_client_user_data_t is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
struct bt_mesh_model *
Pointer to the client model.
uint32_t
Size of the opcode pair table.
Pointer to the opcode pair table.
void (*)(uint32_t opcode, struct bt_mesh_model *model, struct bt_mesh_msg_ctx *ctx, struct net_buf_simple *buf)
This function is a callback function used to push the received unsolicited messages to the application layer.
void *
Pointer to the internal data of client model.
void *
Pointer to the vendor data of client model.
uint8_t
Role of the device to which the client model belongs.

References