ESP-IDF
hci_hal_env_t::adv_flow_lock
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
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_lock
hci_hal_env_t::adv_flow_lock field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:76
osi_mutex_t
adv_flow_lock
;
Examples
References
from
examples
Code
Location
Referrer
osi_mutex_t
adv_flow_lock
;
hci_hal_h4.c:76
osi_mutex_new
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:116
hci_hal_env_init()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:117
hci_hal_env_init()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:121
hci_hal_env_init()
osi_mutex_free
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:161
hci_hal_env_deinit()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:300
hci_adv_credits_consumed()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:303
hci_adv_credits_consumed()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:312
hci_adv_credits_prep_to_release()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:316
hci_adv_credits_prep_to_release()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:327
hci_adv_credits_release()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:333
hci_adv_credits_release()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:343
hci_adv_credits_release_rollback()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:348
hci_adv_credits_release_rollback()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:355
hci_adv_flow_cmd_free_cb()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:357
hci_adv_flow_cmd_free_cb()
osi_mutex_lock
(
&
hci_hal_env
.
adv_flow_lock
,
OSI_MUTEX_MAX_TIMEOUT
)
;
hci_hal_h4.c:368
hci_adv_flow_try_send_command()
osi_mutex_unlock
(
&
hci_hal_env
.
adv_flow_lock
)
;
hci_hal_h4.c:373
hci_adv_flow_try_send_command()
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
Lifecycle
from
examples
All items filtered out
All items filtered out