ESP-IDF
event_command_ready()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
event_command_ready()
event_command_ready() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.c:94
static
void
event_command_ready
(
fixed_pkt_queue_t
*
queue
)
;
Implemented in
hci_layer.c:313
Arguments
Argument
queue
Related Functions
Found 10 other functions taking a
fixed_pkt_queue_t
argument:
Function
fixed_pkt_queue_free()
fixed_pkt_queue_is_empty()
fixed_pkt_queue_enqueue()
fixed_pkt_queue_process()
fixed_pkt_queue_dequeue()
fixed_pkt_queue_register_dequeue()
fixed_pkt_queue_unregister_dequeue()
fixed_pkt_queue_length()
fixed_pkt_queue_capacity()
fixed_pkt_queue_try_peek_first()
Examples
References
from
examples
Code
Location
Referrer
static
void
event_command_ready
(
fixed_pkt_queue_t
*
queue
)
hci_layer.c:313
static
void
event_command_ready
(
fixed_pkt_queue_t
*
queue
)
;
hci_layer.c:94
fixed_pkt_queue_register_dequeue
(
hci_host_env
.
command_queue
,
event_command_ready
)
;
hci_layer.c:164
hci_layer_init_env()
Call Tree
from
examples
event_command_ready()
calls 6 functions:
All items filtered out
event_command_ready()
osi_mutex_lock()
osi_mutex_unlock()
list_append()
fixed_pkt_queue_dequeue()
restart_command_waiting_response_timer()
packet_fragmenter_t::fragment_and_dispatch
All items filtered out
Data Use
from
examples
event_command_ready()
reads 9 variables and writes 3 variables:
osi_free_func()
pkt_linked_item::data
hci_cmd_metadata_t::command_free_cb
hci_cmd_metadata_t::flags_src
hci_cmd_metadata_t::flags_vnd
command_waiting_response_t::commands_pending_response
hci_host_env_t::command_credits
hci_host_env
packet_fragmenter
All items filtered out
event_command_ready()
hci_layer_init_env()
hci_cmd_metadata_t::flags_vnd
hci_host_env_t::command_credits
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