ESP-IDF
conf
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
conf
conf variable
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:39
static
struct
bt_mesh_cfg_srv
*
conf
;
Examples
References
from
examples
Code
Location
Referrer
static
struct
bt_mesh_cfg_srv
*
conf
;
cfg_srv.c:39
conf
=
cfg
;
cfg_srv.c:3630
cfg_srv_init()
conf
=
NULL
;
cfg_srv.c:3658
cfg_srv_deinit()
struct
bt_mesh_cfg_srv
*
cfg
=
conf
;
cfg_srv.c:3697
bt_mesh_cfg_reset()
if
(
conf
)
{
cfg_srv.c:3728
bt_mesh_net_transmit_get()
return
conf
->
net_transmit
;
cfg_srv.c:3729
bt_mesh_net_transmit_get()
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()
if
(
conf
)
{
cfg_srv.c:3748
bt_mesh_relay_get()
return
conf
->
relay
;
cfg_srv.c:3749
bt_mesh_relay_get()
if
(
conf
)
{
cfg_srv.c:3757
bt_mesh_friend_get()
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()
if
(
conf
)
{
cfg_srv.c:3767
bt_mesh_relay_retransmit_get()
return
conf
->
relay_retransmit
;
cfg_srv.c:3768
bt_mesh_relay_retransmit_get()
if
(
conf
)
{
cfg_srv.c:3776
bt_mesh_secure_beacon_get()
return
conf
->
beacon
;
cfg_srv.c:3777
bt_mesh_secure_beacon_get()
if
(
conf
)
{
cfg_srv.c:3785
bt_mesh_gatt_proxy_get()
return
conf
->
gatt_proxy
;
cfg_srv.c:3786
bt_mesh_gatt_proxy_get()
if
(
conf
)
{
cfg_srv.c:3794
bt_mesh_default_ttl_get()
return
conf
->
default_ttl
;
cfg_srv.c:3795
bt_mesh_default_ttl_get()
if
(
!
conf
)
{
cfg_srv.c:3822
bt_mesh_hb_pub_get()
return
&
conf
->
hb_pub
;
cfg_srv.c:3826
bt_mesh_hb_pub_get()
if
(
conf
)
{
cfg_srv.c:3831
bt_mesh_hb_pub_disable()
hb_pub_disable
(
conf
)
;
cfg_srv.c:3832
bt_mesh_hb_pub_disable()
return
conf
;
cfg_srv.c:3838
bt_mesh_cfg_get()
if
(
conf
&&
conf
->
hb_pub
.
net_idx
==
sub
->
net_idx
)
{
cfg_srv.c:3847
bt_mesh_subnet_del()
hb_pub_disable
(
conf
)
;
cfg_srv.c:3848
bt_mesh_subnet_del()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
conf
is written by 2 functions and is read by 13 functions:
cfg_srv_init()
cfg_srv_deinit()
All items filtered out
conf
bt_mesh_cfg_reset()
bt_mesh_net_transmit_get()
bt_mesh_relay_local_set()
bt_mesh_relay_get()
bt_mesh_friend_get()
bt_mesh_relay_retransmit_get()
bt_mesh_secure_beacon_get()
bt_mesh_gatt_proxy_get()
bt_mesh_default_ttl_get()
bt_mesh_hb_pub_get()
bt_mesh_hb_pub_disable()
bt_mesh_cfg_get()
bt_mesh_subnet_del()
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