ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_app_unbind
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_unbind
bt_mesh_cfg_server_state_change_t::cfg_mod_app_unbind field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:184
struct
{
uint16_t
elem_addr
;
uint16_t
app_idx
;
uint16_t
cid
;
uint16_t
mod_id
;
}
cfg_mod_app_unbind
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mod_app_unbind
;
cfg_srv.h:189
change
.
cfg_mod_app_unbind
.
elem_addr
=
elem_addr
;
cfg_srv.c:2822
mod_app_unbind()
change
.
cfg_mod_app_unbind
.
app_idx
=
key_app_idx
;
cfg_srv.c:2823
mod_app_unbind()
change
.
cfg_mod_app_unbind
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:2824
mod_app_unbind()
change
.
cfg_mod_app_unbind
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:2825
mod_app_unbind()
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_unbind
is read by 1 function:
All items filtered out
bt_mesh_cfg_server_state_change_t::cfg_mod_app_unbind
mod_app_unbind()
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