bt_mesh_cdb_node_get() function
Get a node by address. Try to find the node that has the provided address assigned to one of its elements.
Arguments
addr
Address of the element to look for.
Return value
The node that has an element with address addr or NULL if no such node exists.
![]()
node = bt_mesh_cdb_node_get(ctx->addr);
bt_mesh_cdb_node_get() is called by 2 functions:
![]()
bt_mesh_cdb_node_get()