ESP-IDF
get_waiting_command()
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
get_waiting_command()
get_waiting_command() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.c:101
static
pkt_linked_item_t
*
get_waiting_command
(
command_opcode_t
opcode
)
;
Implemented in
hci_layer.c:563
Arguments
Argument
opcode
Examples
References
from
examples
Code
Location
Referrer
static
pkt_linked_item_t
*
get_waiting_command
(
command_opcode_t
opcode
)
hci_layer.c:563
static
pkt_linked_item_t
*
get_waiting_command
(
command_opcode_t
opcode
)
;
hci_layer.c:101
wait_entry
=
get_waiting_command
(
opcode
)
;
hci_layer.c:454
filter_incoming_event()
wait_entry
=
get_waiting_command
(
opcode
)
;
hci_layer.c:484
filter_incoming_event()
Call Tree
from
examples
get_waiting_command()
is called by 1 function and calls 7 functions:
filter_incoming_event()
All items filtered out
get_waiting_command()
osi_mutex_lock()
osi_mutex_unlock()
list_remove()
list_begin()
list_end()
list_next()
list_node()
All items filtered out
Data Use
from
examples
get_waiting_command()
reads 4 variables:
pkt_linked_item::data
hci_cmd_metadata_t::opcode
command_waiting_response_t::commands_pending_response
hci_host_env
All items filtered out
get_waiting_command()
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