ESP-IDF
hci_downstream_data_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_downstream_data_handler()
hci_downstream_data_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.c:93
static
void
hci_downstream_data_handler
(
void
*
arg
)
;
Implemented in
hci_layer.c:227
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
hci_downstream_data_handler
(
void
*
arg
)
hci_layer.c:227
static
void
hci_downstream_data_handler
(
void
*
arg
)
;
hci_layer.c:93
struct
osi_event
*
event
=
osi_event_create
(
hci_downstream_data_handler
,
NULL
)
;
hci_layer.c:170
hci_layer_init_env()
Call Tree
from
examples
hci_downstream_data_handler()
calls 7 functions:
All items filtered out
hci_downstream_data_handler()
fixed_queue_is_empty()
fixed_queue_process()
fixed_pkt_queue_is_empty()
fixed_pkt_queue_process()
hci_host_check_send_available()
packet_fragmenter_t::fragment_current_packet
packet_fragmenter_t::fragment_and_dispatch
All items filtered out
Data Use
from
examples
hci_downstream_data_handler()
reads 5 variables and writes 1 variable:
hci_host_env_t::command_credits
hci_host_env_t::command_queue
hci_host_env_t::packet_queue
hci_host_env
packet_fragmenter
All items filtered out
hci_downstream_data_handler()
hci_layer_init_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