ESP-IDF
hci_host_env_t::downstream_data_ready
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
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_env_t::downstream_data_ready
hci_host_env_t::downstream_data_ready field
Syntax
Show:
Summary
Declaration
from
hci_layer.c:65
struct
osi_event
*
downstream_data_ready
;
Examples
References
from
examples
Code
Location
Referrer
struct
osi_event
*
downstream_data_ready
;
hci_layer.c:65
osi_event_bind
(
hci_host_env
.
downstream_data_ready
,
hci_host_thread
,
HCI_DOWNSTREAM_DATA_QUEUE_IDX
)
;
hci_layer.c:119
hci_start_up()
if
(
hci_host_env
.
downstream_data_ready
==
NULL
)
{
hci_layer.c:147
hci_downstream_data_post()
return
osi_thread_post_event
(
hci_host_env
.
downstream_data_ready
,
timeout
)
;
hci_layer.c:151
hci_downstream_data_post()
hci_host_env
.
downstream_data_ready
=
event
;
hci_layer.c:172
hci_layer_init_env()
osi_event_delete
(
hci_host_env
.
downstream_data_ready
)
;
hci_layer.c:207
hci_layer_deinit_env()
hci_host_env
.
downstream_data_ready
=
NULL
;
hci_layer.c:208
hci_layer_deinit_env()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_host_env_t::downstream_data_ready
is written by 2 functions and is read by 3 functions:
hci_layer_init_env()
hci_layer_deinit_env()
All items filtered out
hci_host_env_t::downstream_data_ready
hci_start_up()
hci_downstream_data_post()
hci_layer_deinit_env()
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