ESP-IDF
bt_mesh_cfg_srv::frnd
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/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_srv::frnd
bt_mesh_cfg_srv::frnd field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:35
uint8_t
frnd
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
frnd
;
/* Friend state */
cfg_srv.h:35
net_buf_simple_add_u8
(
&
msg
,
cfg
->
frnd
)
;
cfg_srv.c:2937
send_friend_status()
BT_DBG
(
"Friend 0x%02x -> 0x%02x"
,
cfg
->
frnd
,
buf
->
data
[
0
]
)
;
cfg_srv.c:2975
friend_set()
if
(
cfg
->
frnd
==
buf
->
data
[
0
]
)
{
cfg_srv.c:2977
friend_set()
cfg
->
frnd
=
buf
->
data
[
0
]
;
cfg_srv.c:2982
friend_set()
if
(
cfg
->
frnd
==
BLE_MESH_FRIEND_DISABLED
)
{
cfg_srv.c:2988
friend_set()
cfg
->
frnd
=
BLE_MESH_FRIEND_NOT_SUPPORTED
;
cfg_srv.c:3584
conf_is_valid()
cfg
->
frnd
=
BLE_MESH_FRIEND_NOT_SUPPORTED
;
cfg_srv.c:3617
cfg_srv_init()
BT_DBG
(
"conf %p conf->frnd 0x%02x"
,
conf
,
conf
->
frnd
)
;
cfg_srv.c:3758
bt_mesh_friend_get()
return
conf
->
frnd
;
cfg_srv.c:3759
bt_mesh_friend_get()
cfg
->
frnd
=
stored_cfg
.
cfg
.
frnd
;
settings.c:1502
settings_core_commit()
val
.
frnd
=
cfg
->
frnd
;
settings.c:1758
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_srv::frnd
is written by 4 functions and is read by 4 functions:
settings_core_commit()
friend_set()
conf_is_valid()
cfg_srv_init()
All items filtered out
bt_mesh_cfg_srv::frnd
store_pending_cfg()
send_friend_status()
friend_set()
bt_mesh_friend_get()
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