ESP-IDF
bt_mesh_model_pub::key
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_model_pub::key
bt_mesh_model_pub::key field
Syntax
Show:
Summary
Declaration
from
access.h:412
uint16_t
key
:
12
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
key
:
12
,
/**< Publish AppKey Index. */
access.h:412
uint16_t
key
:
12
,
/**< Publish AppKey Index. */
access.h:325
key
=
bt_mesh_app_key_get
(
pub
->
key
)
;
access.c:199
publish_retransmit()
BT_ERR
(
"Publish, AppKey 0x%03x not found"
,
pub
->
key
)
;
access.c:201
publish_retransmit()
key
=
bt_mesh_app_key_get
(
pub
->
key
)
;
access.c:1081
bt_mesh_model_publish()
BT_ERR
(
"Publish, AppKey 0x%03x not found"
,
pub
->
key
)
;
access.c:1083
bt_mesh_model_publish()
.
app_idx
=
pub
->
key
,
access.c:185
publish_transmit()
model
->
pub
->
key
=
0U
;
cfg_srv.c:333
_mod_pub_set()
model
->
pub
->
key
=
app_idx
;
cfg_srv.c:360
_mod_pub_set()
if
(
model
->
pub
&&
model
->
pub
->
key
==
key_idx
)
{
cfg_srv.c:439
mod_unbind()
idx_cred
=
mod
->
pub
->
key
|
(
uint16_t
)
mod
->
pub
->
cred
<
<
12
;
cfg_srv.c:1104
send_mod_pub_status()
change
.
cfg_mod_pub_set
.
app_idx
=
mod
->
pub
->
key
;
cfg_srv.c:1234
mod_pub_set()
model
->
pub
->
key
=
0
;
cfg_srv.c:206
_mod_pub_set()
model
->
pub
->
key
=
app_idx
;
cfg_srv.c:242
_mod_pub_set()
if
(
model
->
pub
&&
model
->
pub
->
key
==
key_idx
)
{
cfg_srv.c:324
mod_unbind()
idx_cred
=
mod
->
pub
->
key
|
(
uint16_t
)
mod
->
pub
->
cred
<
<
12
;
cfg_srv.c:755
send_mod_pub_status()
return
MODEL
(
model
)
->
pub
->
key
;
ext.c:873
bt_mesh_ext_model_get_pub_key()
model
->
pub
->
key
=
0U
;
pvnr_mgmt.c:1085
model_pub_clear()
model
->
pub
->
key
=
0U
;
settings.c:738
model_set_pub()
model
->
pub
->
key
=
pub
.
key
;
settings.c:752
model_set_pub()
pub
.
key
=
model
->
pub
->
key
;
settings.c:1958
store_pending_mod_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_model_pub::key
is written by 3 functions and is read by 8 functions:
model_set_pub()
_mod_pub_set()
model_pub_clear()
All items filtered out
bt_mesh_model_pub::key
store_pending_mod_pub()
publish_retransmit()
bt_mesh_model_publish()
mod_unbind()
send_mod_pub_status()
mod_pub_set()
bt_mesh_ext_model_get_pub_key()
publish_transmit()
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