ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_delete
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_sub_delete
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_delete field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:120
struct
{
uint16_t
elem_addr
;
uint16_t
sub_addr
;
uint16_t
cid
;
uint16_t
mod_id
;
}
cfg_mod_sub_delete
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mod_sub_delete
;
cfg_srv.h:125
change
.
cfg_mod_sub_delete
.
elem_addr
=
elem_addr
;
cfg_srv.c:1694
mod_sub_del()
change
.
cfg_mod_sub_delete
.
sub_addr
=
sub_addr
;
cfg_srv.c:1695
mod_sub_del()
change
.
cfg_mod_sub_delete
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1696
mod_sub_del()
change
.
cfg_mod_sub_delete
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1697
mod_sub_del()
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_sub_delete
is read by 1 function:
All items filtered out
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_delete
mod_sub_del()
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