ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_app_bind
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_app_bind
bt_mesh_cfg_server_state_change_t::cfg_mod_app_bind field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:178
struct
{
uint16_t
elem_addr
;
uint16_t
app_idx
;
uint16_t
cid
;
uint16_t
mod_id
;
}
cfg_mod_app_bind
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mod_app_bind
;
cfg_srv.h:183
change
.
cfg_mod_app_bind
.
elem_addr
=
elem_addr
;
cfg_srv.c:2766
mod_app_bind()
change
.
cfg_mod_app_bind
.
app_idx
=
key_app_idx
;
cfg_srv.c:2767
mod_app_bind()
change
.
cfg_mod_app_bind
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:2768
mod_app_bind()
change
.
cfg_mod_app_bind
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:2769
mod_app_bind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_server_state_change_t::cfg_mod_app_bind
is read by 1 function:
All items filtered out
bt_mesh_cfg_server_state_change_t::cfg_mod_app_bind
mod_app_bind()
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