ESP-IDF
command_waiting_response_t::commands_pending_response
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
command_waiting_response_t::commands_pending_response
command_waiting_response_t::commands_pending_response field
Syntax
Show:
Summary
Declaration
from
hci_layer.c:57
list_t
*
commands_pending_response
;
Examples
References
from
examples
Code
Location
Referrer
list_t
*
commands_pending_response
;
hci_layer.c:57
cmd_wait_q
->
commands_pending_response
=
list_new
(
NULL
)
;
hci_layer.c:185
hci_layer_init_env()
if
(
!
cmd_wait_q
->
commands_pending_response
)
{
hci_layer.c:186
hci_layer_init_env()
list_free
(
cmd_wait_q
->
commands_pending_response
)
;
hci_layer.c:218
hci_layer_deinit_env()
list_append
(
cmd_wait_q
->
commands_pending_response
,
wait_entry
)
;
hci_layer.c:332
event_command_ready()
if
(
!
list_is_empty
(
cmd_wait_q
->
commands_pending_response
)
)
{
hci_layer.c:391
restart_command_waiting_response_timer()
wait_entry
=
(
list_is_empty
(
cmd_wait_q
->
commands_pending_response
)
?
hci_layer.c:404
command_timed_out()
NULL
:
list_front
(
cmd_wait_q
->
commands_pending_response
)
)
;
hci_layer.c:405
command_timed_out()
for
(
const
list_node_t
*
node
=
list_begin
(
cmd_wait_q
->
commands_pending_response
)
;
hci_layer.c:568
get_waiting_command()
node
!=
list_end
(
cmd_wait_q
->
commands_pending_response
)
;
hci_layer.c:569
get_waiting_command()
list_remove
(
cmd_wait_q
->
commands_pending_response
,
wait_entry
)
;
hci_layer.c:575
get_waiting_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
command_waiting_response_t::commands_pending_response
is written by 1 function and is read by 6 functions:
hci_layer_init_env()
All items filtered out
command_waiting_response_t::commands_pending_response
hci_layer_init_env()
hci_layer_deinit_env()
event_command_ready()
restart_command_waiting_response_timer()
command_timed_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