ESP-IDF
bt_mesh_model_pub::cred
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_model_pub::cred
bt_mesh_model_pub::cred field
Syntax
Show:
Summary
Declaration
from
access.h:412
uint16_t
key
:
12
,
cred
:
1
;
Examples
References
from
examples
Code
Location
Referrer
cred
:
1
,
/**< Friendship Credentials Flag. */
access.h:413
cred
:
1
,
/**< Friendship Credentials Flag. */
access.h:326
ctx
.
send_cred
=
pub
->
cred
?
BLE_MESH_FRIENDSHIP_CRED
:
BLE_MESH_FLOODING_CRED
;
access.c:215
publish_retransmit()
ctx
.
send_cred
=
pub
->
cred
?
BLE_MESH_FRIENDSHIP_CRED
:
BLE_MESH_FLOODING_CRED
;
access.c:1097
bt_mesh_model_publish()
.
friend_cred
=
pub
->
cred
,
access.c:190
publish_transmit()
model
->
pub
->
cred
=
0U
;
cfg_srv.c:334
_mod_pub_set()
model
->
pub
->
cred
=
cred_flag
;
cfg_srv.c:361
_mod_pub_set()
idx_cred
=
mod
->
pub
->
key
|
(
uint16_t
)
mod
->
pub
->
cred
<
<
12
;
cfg_srv.c:1104
send_mod_pub_status()
change
.
cfg_mod_pub_set
.
cred_flag
=
mod
->
pub
->
cred
;
cfg_srv.c:1235
mod_pub_set()
model
->
pub
->
cred
=
0
;
cfg_srv.c:207
_mod_pub_set()
model
->
pub
->
cred
=
cred_flag
;
cfg_srv.c:243
_mod_pub_set()
idx_cred
=
mod
->
pub
->
key
|
(
uint16_t
)
mod
->
pub
->
cred
<
<
12
;
cfg_srv.c:755
send_mod_pub_status()
model
->
pub
->
cred
=
0U
;
pvnr_mgmt.c:1086
model_pub_clear()
model
->
pub
->
cred
=
0U
;
settings.c:739
model_set_pub()
model
->
pub
->
cred
=
pub
.
cred
;
settings.c:753
model_set_pub()
pub
.
cred
=
model
->
pub
->
cred
;
settings.c:1963
store_pending_mod_pub()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_model_pub::cred
is written by 3 functions and is read by 6 functions:
model_set_pub()
_mod_pub_set()
model_pub_clear()
All items filtered out
bt_mesh_model_pub::cred
store_pending_mod_pub()
publish_retransmit()
bt_mesh_model_publish()
send_mod_pub_status()
mod_pub_set()
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