ESP-IDF
hci_host_env_t::command_queue
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::command_queue
hci_host_env_t::command_queue field
Syntax
Show:
Summary
Declaration
from
hci_layer.c:63
fixed_pkt_queue_t
*
command_queue
;
Examples
References
from
examples
Code
Location
Referrer
fixed_pkt_queue_t
*
command_queue
;
hci_layer.c:63
hci_host_env
.
command_queue
=
fixed_pkt_queue_new
(
QUEUE_SIZE_MAX
)
;
hci_layer.c:162
hci_layer_init_env()
if
(
hci_host_env
.
command_queue
)
{
hci_layer.c:163
hci_layer_init_env()
fixed_pkt_queue_register_dequeue
(
hci_host_env
.
command_queue
,
event_command_ready
)
;
hci_layer.c:164
hci_layer_init_env()
if
(
hci_host_env
.
command_queue
)
{
hci_layer.c:210
hci_layer_deinit_env()
fixed_pkt_queue_free
(
hci_host_env
.
command_queue
,
(
fixed_pkt_queue_free_cb
)
osi_free_func
)
;
hci_layer.c:211
hci_layer_deinit_env()
}
else
if
(
!
fixed_pkt_queue_is_empty
(
hci_host_env
.
command_queue
)
&&
hci_layer.c:242
hci_downstream_data_handler()
fixed_pkt_queue_process
(
hci_host_env
.
command_queue
)
;
hci_layer.c:244
hci_downstream_data_handler()
fixed_pkt_queue_enqueue
(
hci_host_env
.
command_queue
,
linked_pkt
,
FIXED_PKT_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:273
transmit_command()
fixed_pkt_queue_enqueue
(
hci_host_env
.
command_queue
,
linked_pkt
,
FIXED_PKT_QUEUE_MAX_TIMEOUT
)
;
hci_layer.c:294
transmit_command_futured()
!
fixed_pkt_queue_is_empty
(
hci_host_env
.
command_queue
)
)
{
hci_layer.c:501
filter_incoming_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_host_env_t::command_queue
is written by 1 function and is read by 6 functions:
hci_layer_init_env()
All items filtered out
hci_host_env_t::command_queue
hci_layer_init_env()
hci_layer_deinit_env()
hci_downstream_data_handler()
transmit_command()
transmit_command_futured()
filter_incoming_event()
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