ESP-IDF
bt_mesh_cdb_node
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_cdb_node
bt_mesh_cdb_node struct
Syntax
Show:
Summary
Declaration
from
cdb.h:29
struct
bt_mesh_cdb_node
{
uint8_t
uuid
[
16
]
;
uint16_t
addr
;
uint16_t
net_idx
;
uint8_t
num_elem
;
uint8_t
dev_key
[
16
]
;
ATOMIC_DEFINE
(
flags
,
BT_MESH_CDB_NODE_FLAG_COUNT
)
;
}
;
Fields
Field
Declared as
bt_mesh_cdb_node::uuid
uint8_t
[
16
]
bt_mesh_cdb_node::addr
uint16_t
bt_mesh_cdb_node::net_idx
uint16_t
bt_mesh_cdb_node::num_elem
uint8_t
bt_mesh_cdb_node::dev_key
uint8_t
[
16
]
bt_mesh_cdb_node::flags
ATOMIC_DEFINE
(
Related Functions
Found 2 other functions taking a
bt_mesh_cdb_node
argument:
Function
Description
bt_mesh_cdb_node_store()
Store node to persistent storage.
bt_mesh_cdb_node_del()
Delete a node. Delete a node from the CDB.
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