ESP-IDF
bt_mesh_relay_get()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_relay_get()
bt_mesh_relay_get() function
Get the current Relay feature state.
Syntax
Show:
Summary
Declaration
Definition
from
cfg.h:144
enum
bt_mesh_feat_state
bt_mesh_relay_get
(
void
)
;
Implemented in
cfg.c:222
Return value
The Relay feature state.
Examples
References
from
examples
Code
Location
Referrer
enum
bt_mesh_feat_state
bt_mesh_relay_get
(
void
)
cfg.c:222
uint8_t
bt_mesh_relay_get
(
void
)
cfg_srv.c:3746
enum
bt_mesh_feat_state
bt_mesh_relay_get
(
void
)
;
cfg.h:144
uint8_t
bt_mesh_relay_get
(
void
)
;
foundation.h:280
return
(
bt_mesh_relay_get
(
)
==
BLE_MESH_RELAY_ENABLED
)
;
access.c:668
bt_mesh_fixed_group_match()
return
(
bt_mesh_relay_get
(
)
==
BT_MESH_FEATURE_ENABLED
)
;
cfg.c:247
bt_mesh_fixed_group_match()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_relay_get
(
)
)
;
cfg_srv.c:1025
relay_get()
net_buf_simple_add_u8
(
&
msg
,
bt_mesh_relay_get
(
)
)
;
cfg_srv.c:1076
relay_set()
net_buf_simple_add_u8
(
msg
,
bt_mesh_relay_get
(
)
)
;
cfg_srv.c:691
relay_get()
net_buf_simple_add_u8
(
msg
,
bt_mesh_relay_get
(
)
)
;
cfg_srv.c:723
relay_set()
return
bt_mesh_relay_get
(
)
;
ext.c:1242
bt_mesh_ext_relay_get()
if
(
bt_mesh_relay_get
(
)
==
BLE_MESH_RELAY_ENABLED
)
{
heartbeat.c:96
bt_mesh_heartbeat_send()
if
(
bt_mesh_relay_get
(
)
==
BT_MESH_RELAY_ENABLED
)
{
heartbeat.c:111
heartbeat_send()
return
(
bt_mesh_relay_get
(
)
==
BLE_MESH_RELAY_ENABLED
)
;
net.c:1448
relay_to_adv()
return
(
bt_mesh_relay_get
(
)
==
BT_MESH_RELAY_ENABLED
)
;
net.c:647
relay_to_adv()
bt_mesh_relay_get
(
)
!=
BT_MESH_RELAY_ENABLED
&&
net.c:668
bt_mesh_net_relay()
Call Tree
from
examples
bt_mesh_relay_get()
is called by 8 functions and calls 1 function:
relay_get()
relay_set()
bt_mesh_fixed_group_match()
bt_mesh_heartbeat_send()
relay_to_adv()
bt_mesh_ext_relay_get()
heartbeat_send()
bt_mesh_net_relay()
All items filtered out
bt_mesh_relay_get()
feature_get()
All items filtered out
Data Use
from
examples
bt_mesh_relay_get()
reads 3 variables:
bt_mesh_cfg_srv::relay
conf
::BT_MESH_RELAY
All items filtered out
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