ESP-IDF
hci_hal_env_init()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_hal_env_init()
hci_hal_env_init() function
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:105
static
bool
hci_hal_env_init
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
osi_thread_t
*
task_thread
)
;
Arguments
Argument
Declared as
upper_callbacks
const
hci_hal_callbacks_t
*
task_thread
osi_thread_t
*
Related Functions
Found 1 other functions taking a
hci_hal_callbacks_t
argument:
Function
hal_open()
Examples
References
from
examples
Code
Location
Referrer
static
bool
hci_hal_env_init
(
const
hci_hal_callbacks_t
*
upper_callbacks
,
osi_thread_t
*
task_thread
)
hci_hal_h4.c:105
hci_hal_env_init
(
upper_callbacks
,
(
osi_thread_t
*
)
task_thread
)
;
hci_hal_h4.c:173
hal_open()
Call Tree
from
examples
hci_hal_env_init()
is called by 1 function and calls 10 functions:
hal_open()
All items filtered out
hci_hal_env_init()
__assert_func()
osi_event_create()
osi_event_bind()
osi_alarm_new()
osi_mutex_new()
osi_mutex_lock()
osi_mutex_unlock()
osi_calloc_func()
fixed_queue_new()
pkt_queue_create()
All items filtered out
Data Use
from
examples
hci_hal_env_init()
reads 9 variables and writes 10 variables:
hci_hal_env_t::rx_q
hci_hal_env_t::adv_rpt_q
hci_hal_env_t::adv_flow_monitor
hci_hal_env_t::adv_fc_cmd_buf
hci_hal_env_t::hci_h4_thread
hci_hal_env_t::upstream_data_ready
hci_hal_env
hci_upstream_data_handler()
hci_adv_flow_monitor()
All items filtered out
hci_hal_env_init()
hci_hal_env_t::rx_q
hci_hal_env_t::adv_rpt_q
hci_hal_env_t::adv_flow_monitor
hci_hal_env_t::adv_credits
hci_hal_env_t::adv_credits_to_release
hci_hal_env_t::adv_fc_cmd_buf
hci_hal_env_t::cmd_buf_in_use
hci_hal_env_t::callbacks
hci_hal_env_t::hci_h4_thread
hci_hal_env_t::upstream_data_ready
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