ESP-IDF
bt_mesh_cfg_server_state_change_t::cfg_mod_pub_set
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_pub_set
bt_mesh_cfg_server_state_change_t::cfg_mod_pub_set field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:86
struct
{
uint16_t
elem_addr
;
uint16_t
pub_addr
;
uint16_t
app_idx
;
bool
cred_flag
;
uint8_t
ttl
;
uint8_t
period
;
uint8_t
transmit
;
uint16_t
cid
;
uint16_t
mod_id
;
}
cfg_mod_pub_set
;
Examples
References
from
examples
Code
Location
Referrer
}
cfg_mod_pub_set
;
cfg_srv.h:96
change
.
cfg_mod_pub_set
.
elem_addr
=
elem_addr
;
cfg_srv.c:1232
mod_pub_set()
change
.
cfg_mod_pub_set
.
pub_addr
=
mod
->
pub
->
addr
;
cfg_srv.c:1233
mod_pub_set()
change
.
cfg_mod_pub_set
.
app_idx
=
mod
->
pub
->
key
;
cfg_srv.c:1234
mod_pub_set()
change
.
cfg_mod_pub_set
.
cred_flag
=
mod
->
pub
->
cred
;
cfg_srv.c:1235
mod_pub_set()
change
.
cfg_mod_pub_set
.
ttl
=
mod
->
pub
->
ttl
;
cfg_srv.c:1236
mod_pub_set()
change
.
cfg_mod_pub_set
.
period
=
mod
->
pub
->
period
;
cfg_srv.c:1237
mod_pub_set()
change
.
cfg_mod_pub_set
.
transmit
=
mod
->
pub
->
retransmit
;
cfg_srv.c:1238
mod_pub_set()
change
.
cfg_mod_pub_set
.
cid
=
vnd
?
mod
->
vnd
.
company
:
0xFFFF
;
cfg_srv.c:1239
mod_pub_set()
change
.
cfg_mod_pub_set
.
mod_id
=
vnd
?
mod
->
vnd
.
id
:
mod
->
id
;
cfg_srv.c:1240
mod_pub_set()
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_pub_set
is read by 1 function:
All items filtered out
bt_mesh_cfg_server_state_change_t::cfg_mod_pub_set
mod_pub_set()
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