ESP-IDF
bt_mesh_client_node_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_client_node_t
bt_mesh_client_node_t struct
Client model sending message related context
Syntax
Show:
Summary
Declaration
from
client_common.h:64
typedef
struct
{
sys_snode_t
client_node
;
struct
bt_mesh_model
*
model
;
struct
bt_mesh_msg_ctx
ctx
;
uint32_t
opcode
;
uint32_t
op_pending
;
int32_t
timeout
;
struct
k_delayed_work
timer
;
}
bt_mesh_client_node_t
;
Fields
Field
Declared as
bt_mesh_client_node_t::client_node
sys_snode_t
bt_mesh_client_node_t::model
struct
bt_mesh_model
*
bt_mesh_client_node_t::ctx
struct
bt_mesh_msg_ctx
bt_mesh_client_node_t::opcode
uint32_t
bt_mesh_client_node_t::op_pending
uint32_t
bt_mesh_client_node_t::timeout
int32_t
bt_mesh_client_node_t::timer
struct
k_delayed_work
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out