ESP-IDF
bt_mesh_model_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_model_get()
bt_mesh_model_get() function
Syntax
Show:
Summary
Declaration
Definition
from
access.h:56
struct
bt_mesh_model
*
bt_mesh_model_get
(
bool
vnd
,
uint8_t
elem_idx
,
uint8_t
mod_idx
)
;
Implemented in
access.c:303
Arguments
Argument
vnd
elem_idx
mod_idx
Examples
References
from
examples
Code
Location
Referrer
struct
bt_mesh_model
*
bt_mesh_model_get
(
bool
vnd
,
uint8_t
elem_idx
,
uint8_t
mod_idx
)
access.c:303
struct
bt_mesh_model
*
bt_mesh_model_get
(
bool
vnd
,
uint8_t
elem_idx
,
uint8_t
mod_idx
)
access.c:267
struct
bt_mesh_model
*
bt_mesh_model_get
(
bool
vnd
,
uint8_t
elem_idx
,
uint8_t
mod_idx
)
;
access.h:56
struct
bt_mesh_model
*
bt_mesh_model_get
(
bool
vnd
,
uint8_t
elem_idx
,
uint8_t
mod_idx
)
;
access.h:52
model
=
bt_mesh_model_get
(
vnd
,
elem_idx
,
model_idx
)
;
settings.c:790
model_set()
Call Tree
from
examples
bt_mesh_model_get()
is called by 1 function and calls 2 functions:
model_set()
All items filtered out
bt_mesh_model_get()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
bt_mesh_model_get()
reads 13 variables:
esp_log_level_t::ESP_LOG_ERROR
bt_mesh_elem::model_count
bt_mesh_elem::vnd_model_count
bt_mesh_elem::models
bt_mesh_elem::vnd_models
bt_mesh_comp::elem_count
bt_mesh_comp::elem
comp_0
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
dev_comp
All items filtered out
bt_mesh_model_get()
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