ESP-IDF
hci_start_up()
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
hci_start_up()
hci_start_up() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:102
int
hci_start_up
(
void
)
;
Implemented in
hci_layer.c:106
Examples
References
from
examples
Code
Location
Referrer
int
hci_start_up
(
void
)
hci_layer.c:106
int
hci_start_up
(
void
)
;
hci_layer.h:102
if
(
hci_start_up
(
)
)
{
bte_main.c:126
bte_main_enable()
Call Tree
from
examples
hci_start_up()
is called by 1 function and calls 6 functions:
bte_main_enable()
All items filtered out
hci_start_up()
osi_thread_create()
osi_event_bind()
hci_shut_down()
hci_hal_t::open
hci_layer_init_env()
packet_fragmenter_t::init
All items filtered out
Data Use
from
examples
hci_start_up()
reads 5 variables and writes 2 variables:
hci_host_env_t::downstream_data_ready
hci_host_env
hci_host_thread
hal
packet_fragmenter
All items filtered out
hci_start_up()
hci_host_thread
hci_host_startup_flag
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