ESP-IDF
hci_hal_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_hal_env_t
hci_hal_env_t struct
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:72
typedef
struct
{
fixed_queue_t
*
rx_q
;
struct
pkt_queue
*
adv_rpt_q
;
#if
(
BLE_ADV_REPORT_FLOW_CONTROL
==
TRUE
)
osi_mutex_t
adv_flow_lock
;
osi_alarm_t
*
adv_flow_monitor
;
int
adv_credits
;
int
adv_credits_to_release
;
pkt_linked_item_t
*
adv_fc_cmd_buf
;
bool
cmd_buf_in_use
;
#endif
hci_hal_callbacks_t
*
callbacks
;
osi_thread_t
*
hci_h4_thread
;
struct
osi_event
*
upstream_data_ready
;
}
hci_hal_env_t
;
Fields
Field
Declared as
hci_hal_env_t::rx_q
fixed_queue_t
*
hci_hal_env_t::adv_rpt_q
struct
pkt_queue
*
hci_hal_env_t::adv_flow_lock
osi_mutex_t
hci_hal_env_t::adv_flow_monitor
osi_alarm_t
*
hci_hal_env_t::adv_credits
int
hci_hal_env_t::adv_credits_to_release
int
hci_hal_env_t::adv_fc_cmd_buf
pkt_linked_item_t
*
hci_hal_env_t::cmd_buf_in_use
bool
hci_hal_env_t::callbacks
hci_hal_callbacks_t
*
hci_hal_env_t::hci_h4_thread
osi_thread_t
*
hci_hal_env_t::upstream_data_ready
struct
osi_event
*
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
hci_hal_h4.c:72
}
hci_hal_env_t
;
hci_hal_h4.c:86
hci_hal_env_t
static
hci_hal_env_t
hci_hal_env
;
hci_hal_h4.c:89
memset
(
&
hci_hal_env
,
0
,
sizeof
(
hci_hal_env_t
)
)
;
hci_hal_h4.c:168
hci_hal_env_deinit()
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_hal_env
hci_hal_h4.c:89
Lifecycle
from
examples
All items filtered out
All items filtered out