ESP-IDF
copy_ble_config()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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
copy_ble_config()
copy_ble_config() function
Syntax
Show:
Summary
Declaration
from
esp_local_ctrl_transport_ble.c:43
static
esp_err_t
copy_ble_config
(
esp_local_ctrl_transport_config_t
*
dest_config
,
const
esp_local_ctrl_transport_config_t
*
src_config
)
;
Arguments
Argument
dest_config
src_config
Related Functions
Found 6 other functions taking a
esp_local_ctrl_transport_config_t
argument:
Function
start_ble_transport()
declare_endpoint()
free_config()
free_config()
start_httpd_transport()
copy_httpd_config()
Examples
References
from
examples
Code
Location
Referrer
static
esp_err_t
copy_ble_config
(
esp_local_ctrl_transport_config_t
*
dest_config
,
const
esp_local_ctrl_transport_config_t
*
src_config
)
esp_local_ctrl_transport_ble.c:43
.
copy_config
=
copy_ble_config
,
esp_local_ctrl_transport_ble.c:135
esp_local_ctrl_get_transport_ble()
Call Tree
from
examples
copy_ble_config()
calls 4 functions:
All items filtered out
copy_ble_config()
free()
calloc()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
copy_ble_config()
reads 13 variables and writes 6 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
esp_local_ctrl_transport_config_t::ble
TAG
name_uuid::name
name_uuid::uuid
protocomm_ble_config::device_name
protocomm_ble_config::service_uuid
protocomm_ble_config::nu_lookup_count
protocomm_ble_config::nu_lookup
All items filtered out
copy_ble_config()
esp_local_ctrl_get_transport_ble()
esp_local_ctrl_transport_config_t::ble
name_uuid::name
name_uuid::uuid
protocomm_ble_config::nu_lookup_count
protocomm_ble_config::nu_lookup
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
copy_ble_config()
is implemented by 1 functions:
All items filtered out
copy_ble_config()
esp_local_ctrl_transport::copy_config
All items filtered out
Instances
from
examples
Lifecycle
from
examples
copy_ble_config()
allocates 1 types and frees 2 typess:
protocomm_ble_config
All items filtered out
copy_ble_config()
protocomm_ble_config
name_uuid
All items filtered out