ESP-IDF
bt_mesh_cfg_srv::relay
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_srv::relay
bt_mesh_cfg_srv::relay field
Syntax
Show:
Summary
Declaration
from
cfg_srv.h:31
uint8_t
relay
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
relay
;
/* Relay Mode state */
cfg_srv.h:31
if
(
cfg
->
relay
==
BLE_MESH_RELAY_NOT_SUPPORTED
)
{
cfg_srv.c:1049
relay_set()
change
=
(
cfg
->
relay
!=
buf
->
data
[
0
]
)
;
cfg_srv.c:1052
relay_set()
cfg
->
relay
=
buf
->
data
[
0
]
;
cfg_srv.c:1053
relay_set()
cfg
->
relay
,
change
?
"changed"
:
"not changed"
,
cfg_srv.c:1062
relay_set()
if
(
cfg
->
relay
>
0x02
)
{
cfg_srv.c:3560
conf_is_valid()
cfg
->
relay
=
BLE_MESH_RELAY_NOT_SUPPORTED
;
cfg_srv.c:3574
conf_is_valid()
cfg
->
relay
=
BLE_MESH_RELAY_NOT_SUPPORTED
;
cfg_srv.c:3613
cfg_srv_init()
if
(
conf
&&
conf
->
relay
!=
BLE_MESH_RELAY_NOT_SUPPORTED
)
{
cfg_srv.c:3737
bt_mesh_relay_local_set()
conf
->
relay
=
BLE_MESH_RELAY_ENABLED
;
cfg_srv.c:3739
bt_mesh_relay_local_set()
conf
->
relay
=
BLE_MESH_RELAY_DISABLED
;
cfg_srv.c:3741
bt_mesh_relay_local_set()
return
conf
->
relay
;
cfg_srv.c:3749
bt_mesh_relay_get()
cfg
->
relay
=
stored_cfg
.
cfg
.
relay
;
settings.c:1498
settings_core_commit()
val
.
relay
=
cfg
->
relay
;
settings.c:1754
store_pending_cfg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
bt_mesh_cfg_srv::relay
is written by 5 functions and is read by 5 functions:
settings_core_commit()
relay_set()
conf_is_valid()
cfg_srv_init()
bt_mesh_relay_local_set()
All items filtered out
bt_mesh_cfg_srv::relay
store_pending_cfg()
relay_set()
conf_is_valid()
bt_mesh_relay_local_set()
bt_mesh_relay_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