ESP-IDF
bte_main_enable()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bte_main_enable()
bte_main_enable() function
* Function bte_main_enable * Description BTE MAIN API - Creates all the BTE tasks. Should be called * part of the Bluetooth stack enable sequence * Returns None
Syntax
Show:
Summary
Declaration
Definition
from
bte_main.c:58
static
void
bte_main_enable
(
void
)
;
Implemented in
bte_main.c:123
Examples
References
from
examples
Code
Location
Referrer
static
void
bte_main_enable
(
void
)
bte_main.c:123
static
void
bte_main_enable
(
void
)
;
bte_main.c:58
bte_main_enable
(
)
;
bte_main.c:89
bte_main_boot_entry()
Call Tree
from
examples
bte_main_enable()
is called by 1 function and calls 4 functions:
bte_main_boot_entry()
All items filtered out
bte_main_enable()
esp_log_timestamp()
esp_log_write()
hci_start_up()
BTU_StartUp()
All items filtered out
Data Use
from
examples
bte_main_enable()
reads 3 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_DEBUG
appl_trace_level
All items filtered out
bte_main_enable()
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