ESP-IDF
bt_mesh_model_find()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_model_find()
bt_mesh_model_find() function
Find a SIG model.
Syntax
Show:
Summary
Declaration
Definition
from
access.h:539
struct
bt_mesh_model
*
bt_mesh_model_find
(
const
struct
bt_mesh_elem
*
elem
,
uint16_t
id
)
;
Implemented in
access.c:792
Arguments
Argument
Description
elem
Element to search for the model in.
id
Model ID of the model.
Return value
A pointer to the Mesh model matching the given parameters, or NULL if no SIG model with the given ID exists in the given element.
Related Functions
Found 26 other functions taking a
bt_mesh_elem
argument:
Function
Description
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
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