ESP-IDF
+
0
/1 examples
SourceVu will show references to
bt_mesh_elem
from the following samples and libraries:
blemesh sample
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_elem
bt_mesh_elem struct
Abstraction that describes a Mesh Element
Syntax
Show:
Summary
Declaration
from
access.h:63
struct
bt_mesh_elem
{
uint16_t
addr
;
const
uint16_t
loc
;
const
uint8_t
model_count
;
const
uint8_t
vnd_model_count
;
struct
bt_mesh_model
*
const
models
;
struct
bt_mesh_model
*
const
vnd_models
;
}
;
Fields
Field
Declared as
bt_mesh_elem::addr
uint16_t
bt_mesh_elem::loc
const
uint16_t
bt_mesh_elem::model_count
const
uint8_t
bt_mesh_elem::vnd_model_count
const
uint8_t
bt_mesh_elem::models
struct
bt_mesh_model
*
const
bt_mesh_elem::vnd_models
struct
bt_mesh_model
*
const
Related Functions
Found 27 other functions taking a
bt_mesh_elem
argument:
Function
Description
bt_mesh_model_find()
Find a SIG model.
get_model()
get_model()
bt_mesh_model_find_vnd()
Find a vendor model.
bt_mesh_fault_update()
bt_mesh_elem_register()
commit_model()
clear_pending_mod()
store_pending_mod()
mod_init()
bt_mesh_elem_find_group()
mod_deinit()
mod_reset()
_mod_unbind()
model_suspend()
model_resume()
_model_unbind()
model_suspend()
model_resume()
model_start()
mod_init()
commit_mod()
bt_mesh_elem_find_group()
find_op()
comp_add_elem()
mod_app_key_del()
mod_reset()
Examples
bt_mesh_elem
is referenced by 1 libraries and example projects:
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