ESP-IDF
SMP_Init()
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
SMP_Init()
SMP_Init() function
* Function SMP_Init * Description This function initializes the SMP unit. * Returns void
Syntax
Show:
Summary
Declaration
Definition
from
smp_api.h:305
extern
void
SMP_Init
(
void
)
;
Implemented in
smp_api.c:50
Examples
References
from
examples
Code
Location
Referrer
void
SMP_Init
(
void
)
smp_api.c:50
extern
void
SMP_Init
(
void
)
;
smp_api.h:305
SMP_Init
(
)
;
btu_init.c:102
btu_init_core()
Call Tree
from
examples
SMP_Init()
is called by 1 function and calls 4 functions:
btu_init_core()
All items filtered out
SMP_Init()
esp_log_timestamp()
esp_log_write()
smp_l2cap_if_init()
p_256_init_curve()
All items filtered out
Data Use
from
examples
SMP_Init()
reads 3 variables and writes 1 variable:
esp_log_level_t::ESP_LOG_DEBUG
tSMP_CB::trace_level
smp_cb
All items filtered out
SMP_Init()
tSMP_CB::trace_level
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