ESP-IDF
hci_upstream_data_handler()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_upstream_data_handler()
hci_upstream_data_handler() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_hal_h4.c:97
static
void
hci_upstream_data_handler
(
void
*
arg
)
;
Implemented in
hci_hal_h4.c:225
Arguments
Argument
arg
Examples
References
from
examples
Code
Location
Referrer
static
void
hci_upstream_data_handler
(
void
*
arg
)
hci_hal_h4.c:225
static
void
hci_upstream_data_handler
(
void
*
arg
)
;
hci_hal_h4.c:97
struct
osi_event
*
event
=
osi_event_create
(
hci_upstream_data_handler
,
NULL
)
;
hci_hal_h4.c:132
hci_hal_env_init()
Call Tree
from
examples
hci_upstream_data_handler()
calls 8 functions:
All items filtered out
hci_upstream_data_handler()
fixed_queue_dequeue()
fixed_queue_is_empty()
fixed_queue_length()
pkt_queue_dequeue()
pkt_queue_length()
hci_upstream_data_post()
hci_hal_h4_hdl_rx_packet()
hci_hal_h4_hdl_rx_adv_rpt()
All items filtered out
Data Use
from
examples
hci_upstream_data_handler()
reads 3 variables and writes 1 variable:
hci_hal_env_t::rx_q
hci_hal_env_t::adv_rpt_q
hci_hal_env
All items filtered out
hci_upstream_data_handler()
hci_hal_env_init()
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