ESP-IDF
bt_mesh_resume()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (3/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_resume()
bt_mesh_resume() function
Resume a suspended Mesh network. This API resumes the local node, after it has been suspended using the bt_mesh_suspend() API.
Syntax
Show:
Summary
Declaration
Definition
from
main.h:605
int
bt_mesh_resume
(
void
)
;
Implemented in
main.c:366
Return value
0 on success, or (negative) error code on failure.
Examples
References
from
examples
Code
Location
int
bt_mesh_resume
(
void
)
main.c:366
int
bt_mesh_resume
(
void
)
mesh.c:274
int
bt_mesh_resume
(
void
)
;
main.h:605
int
bt_mesh_resume
(
void
)
;
main.h:462
Call Tree
from
examples
bt_mesh_resume()
calls 15 functions:
All items filtered out
bt_mesh_resume()
esp_log_timestamp()
esp_log_write()
bt_mesh_atomic_set_bit()
bt_mesh_atomic_test_bit()
bt_mesh_atomic_test_and_clear_bit()
bt_mesh_secure_beacon_enable()
bt_mesh_scan_enable()
bt_mesh_model_foreach()
bt_mesh_secure_beacon_get()
atomic_test_bit()
atomic_test_and_clear_bit()
atomic_set_bit()
bt_mesh_beacon_enabled()
bt_mesh_beacon_enable()
bt_mesh_hb_resume()
All items filtered out
Data Use
from
examples
bt_mesh_resume()
reads 12 variables:
esp_log_level_t::ESP_LOG_WARN
bt_mesh_net::flags
::BLE_MESH_VALID
::BLE_MESH_SUSPENDED
bt_mesh
model_resume()
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
::BT_MESH_VALID
::BT_MESH_SUSPENDED
All items filtered out
bt_mesh_resume()
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