ESP-IDF
hci_host_env_t::command_credits
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
hci_host_env_t::command_credits
hci_host_env_t::command_credits field
Syntax
Show:
Summary
Declaration
from
hci_layer.c:62
int
command_credits
;
Examples
References
from
examples
Code
Location
Referrer
int
command_credits
;
hci_layer.c:62
hci_host_env
.
command_credits
=
1
;
hci_layer.c:161
hci_layer_init_env()
hci_host_env
.
command_credits
>
0
)
{
hci_layer.c:243
hci_downstream_data_handler()
hci_host_env
.
command_credits
--
;
hci_layer.c:329
event_command_ready()
STREAM_TO_UINT8
(
hci_host_env
.
command_credits
,
stream
)
;
hci_layer.c:452
filter_incoming_event()
STREAM_TO_UINT8
(
hci_host_env
.
command_credits
,
stream
)
;
hci_layer.c:479
filter_incoming_event()
if
(
hci_host_env
.
command_credits
&&
hci_layer.c:500
filter_incoming_event()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_host_env_t::command_credits
is written by 3 functions and is read by 3 functions:
hci_layer_init_env()
event_command_ready()
filter_incoming_event()
All items filtered out
hci_host_env_t::command_credits
hci_downstream_data_handler()
event_command_ready()
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