ESP-IDF
hci_host_env_t
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
hci_host_env_t struct
Syntax
Show:
Summary
Declaration
from
hci_layer.c:61
typedef
struct
{
int
command_credits
;
fixed_pkt_queue_t
*
command_queue
;
fixed_queue_t
*
packet_queue
;
struct
osi_event
*
downstream_data_ready
;
command_waiting_response_t
cmd_waiting_q
;
}
hci_host_env_t
;
Fields
Field
Declared as
hci_host_env_t::command_credits
int
hci_host_env_t::command_queue
fixed_pkt_queue_t
*
hci_host_env_t::packet_queue
fixed_queue_t
*
hci_host_env_t::downstream_data_ready
struct
osi_event
*
hci_host_env_t::cmd_waiting_q
command_waiting_response_t
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
hci_layer.c:61
}
hci_host_env_t
;
hci_layer.c:73
hci_host_env_t
static
hci_host_env_t
hci_host_env
;
hci_layer.c:81
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
hci_host_env
hci_layer.c:81
Lifecycle
from
examples
All items filtered out
All items filtered out