ESP-IDF
hci_shut_down()
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_shut_down()
hci_shut_down() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:103
void
hci_shut_down
(
void
)
;
Implemented in
hci_layer.c:131
Examples
References
from
examples
Code
Location
Referrer
void
hci_shut_down
(
void
)
hci_layer.c:131
void
hci_shut_down
(
void
)
;
hci_layer.h:103
hci_shut_down
(
)
;
bte_main.c:154
bte_main_disable()
hci_shut_down
(
)
;
hci_layer.c:127
hci_start_up()
Call Tree
from
examples
hci_shut_down()
is called by 2 functions and calls 4 functions:
hci_start_up()
bte_main_disable()
All items filtered out
hci_shut_down()
osi_thread_free()
hci_hal_t::close
packet_fragmenter_t::cleanup
hci_layer_deinit_env()
All items filtered out
Data Use
from
examples
hci_shut_down()
reads 3 variables and writes 2 variables:
hci_host_thread
hal
packet_fragmenter
All items filtered out
hci_shut_down()
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