ESP-IDF
conf_is_valid()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
conf_is_valid()
conf_is_valid() function
Syntax
Show:
Summary
Declaration
from
cfg_srv.c:3558
static
bool
conf_is_valid
(
struct
bt_mesh_cfg_srv
*
cfg
)
;
Arguments
Argument
cfg
Related Functions
Found 1 other functions taking a
bt_mesh_cfg_srv
argument:
Function
hb_pub_disable()
Examples
References
from
examples
Code
Location
Referrer
static
bool
conf_is_valid
(
struct
bt_mesh_cfg_srv
*
cfg
)
cfg_srv.c:3558
if
(
!
conf_is_valid
(
cfg
)
)
{
cfg_srv.c:3604
cfg_srv_init()
Call Tree
from
examples
conf_is_valid()
is called by 1 function and calls 2 functions:
cfg_srv_init()
All items filtered out
conf_is_valid()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
conf_is_valid()
reads 4 variables and writes 3 variables:
esp_log_level_t::ESP_LOG_INFO
bt_mesh_cfg_srv::relay
bt_mesh_cfg_srv::beacon
bt_mesh_cfg_srv::default_ttl
All items filtered out
conf_is_valid()
bt_mesh_cfg_srv::relay
bt_mesh_cfg_srv::gatt_proxy
bt_mesh_cfg_srv::frnd
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