ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_add
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_add
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_add field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:108
struct
{
uint16_t
elem_addr
;
uint16_t
sub_addr
;
uint16_t
cid
;
uint16_t
mod_id
;
}
cfg_mod_sub_add
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mod_sub_add
;
cfg_srv.h:113
change
.
cfg_mod_sub_add
.
elem_addr
=
elem_addr
;
cfg_srv.c:1618
mod_sub_add()
change
.
cfg_mod_sub_add
.
sub_addr
=
sub_addr
;
cfg_srv.c:1619
mod_sub_add()
change
.
cfg_mod_sub_add
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1620
mod_sub_add()
change
.
cfg_mod_sub_add
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1621
mod_sub_add()
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_add
is read by 1 function:
All items filtered out
bt_mesh_cfg_server_state_change_t::cfg_mod_sub_add
mod_sub_add()
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