ESP-IDF
hci_hal_env_t::adv_flow_monitor
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::adv_flow_monitor
hci_hal_env_t::adv_flow_monitor field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:77
osi_alarm_t
*
adv_flow_monitor
;
Examples
References
from
examples
Code
Location
Referrer
osi_alarm_t
*
adv_flow_monitor
;
hci_hal_h4.c:77
hci_hal_env
.
adv_flow_monitor
=
osi_alarm_new
(
"adv_fc_mon"
,
hci_adv_flow_monitor
,
NULL
,
HCI_ADV_FLOW_MONITOR_PERIOD_MS
)
;
hci_hal_h4.c:122
hci_hal_env_init()
assert
(
hci_hal_env
.
adv_flow_monitor
!=
NULL
)
;
hci_hal_h4.c:123
hci_hal_env_init()
osi_alarm_cancel
(
hci_hal_env
.
adv_flow_monitor
)
;
hci_hal_h4.c:158
hci_hal_env_deinit()
osi_alarm_free
(
hci_hal_env
.
adv_flow_monitor
)
;
hci_hal_h4.c:159
hci_hal_env_deinit()
hci_hal_env
.
adv_flow_monitor
=
NULL
;
hci_hal_h4.c:160
hci_hal_env_deinit()
osi_alarm_cancel
(
hci_hal_env
.
adv_flow_monitor
)
;
hci_hal_h4.c:319
hci_adv_credits_prep_to_release()
osi_alarm_set
(
hci_hal_env
.
adv_flow_monitor
,
HCI_ADV_FLOW_MONITOR_PERIOD_MS
)
;
hci_hal_h4.c:320
hci_adv_credits_prep_to_release()
osi_alarm_cancel
(
hci_hal_env
.
adv_flow_monitor
)
;
hci_hal_h4.c:336
hci_adv_credits_release()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::adv_flow_monitor
is written by 2 functions and is read by 4 functions:
hci_hal_env_init()
hci_hal_env_deinit()
All items filtered out
hci_hal_env_t::adv_flow_monitor
hci_hal_env_init()
hci_hal_env_deinit()
hci_adv_credits_prep_to_release()
hci_adv_credits_release()
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