ESP-IDF
hci_host_thread
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_host_thread
hci_host_thread variable
Syntax
Show:
Summary
Declaration
from
hci_layer.c:82
static
osi_thread_t
*
hci_host_thread
;
Examples
References
from
examples
Code
Location
Referrer
static
osi_thread_t
*
hci_host_thread
;
hci_layer.c:82
hci_host_thread
=
osi_thread_create
(
HCI_HOST_TASK_NAME
,
HCI_HOST_TASK_STACK_SIZE
,
HCI_HOST_TASK_PRIO
,
HCI_HOST_TASK_PINNED_TO_CORE
,
hci_layer.c:113
hci_start_up()
if
(
hci_host_thread
==
NULL
)
{
hci_layer.c:115
hci_start_up()
osi_event_bind
(
hci_host_env
.
downstream_data_ready
,
hci_host_thread
,
HCI_DOWNSTREAM_DATA_QUEUE_IDX
)
;
hci_layer.c:119
hci_start_up()
hal
->
open
(
&
hal_callbacks
,
hci_host_thread
)
;
hci_layer.c:122
hci_start_up()
osi_thread_free
(
hci_host_thread
)
;
hci_layer.c:141
hci_shut_down()
hci_host_thread
=
NULL
;
hci_layer.c:142
hci_shut_down()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_host_thread
is written by 2 functions and is read by 2 functions:
hci_start_up()
hci_shut_down()
All items filtered out
hci_host_thread
hci_start_up()
hci_shut_down()
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