ESP-IDF
hci_host_env_t::packet_queue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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::packet_queue
hci_host_env_t::packet_queue field
Syntax
Show:
Summary
Declaration
from
hci_layer.c:64
fixed_queue_t
*
packet_queue
;
Examples
References
from
examples
Code
Location
Referrer
fixed_queue_t
*
packet_queue
;
hci_layer.c:64
hci_host_env
.
packet_queue
=
fixed_queue_new
(
QUEUE_SIZE_MAX
)
;
hci_layer.c:174
hci_layer_init_env()
if
(
hci_host_env
.
packet_queue
)
{
hci_layer.c:175
hci_layer_init_env()
fixed_queue_register_dequeue
(
hci_host_env
.
packet_queue
,
event_packet_ready
)
;
hci_layer.c:176
hci_layer_init_env()
if
(
hci_host_env
.
packet_queue
)
{
hci_layer.c:213
hci_layer_deinit_env()
fixed_queue_free
(
hci_host_env
.
packet_queue
,
osi_free_func
)
;
hci_layer.c:214
hci_layer_deinit_env()
}
else
if
(
!
fixed_queue_is_empty
(
hci_host_env
.
packet_queue
)
)
{
hci_layer.c:245
hci_downstream_data_handler()
fixed_queue_process
(
hci_host_env
.
packet_queue
)
;
hci_layer.c:246
hci_downstream_data_handler()
fixed_queue_enqueue
(
hci_host_env
.
packet_queue
,
data
,
FIXED_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:305
transmit_downward()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_host_env_t::packet_queue
is written by 1 function and is read by 4 functions:
hci_layer_init_env()
All items filtered out
hci_host_env_t::packet_queue
hci_layer_init_env()
hci_layer_deinit_env()
hci_downstream_data_handler()
transmit_downward()
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