ESP-IDF
hci_hal_env_t::cmd_buf_in_use
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::cmd_buf_in_use
hci_hal_env_t::cmd_buf_in_use field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:81
bool
cmd_buf_in_use
;
Examples
References
from
examples
Code
Location
Referrer
bool
cmd_buf_in_use
;
hci_hal_h4.c:81
hci_hal_env
.
cmd_buf_in_use
=
false
;
hci_hal_h4.c:120
hci_hal_env_init()
hci_hal_env
.
cmd_buf_in_use
=
true
;
hci_hal_h4.c:157
hci_hal_env_deinit()
hci_hal_env
.
cmd_buf_in_use
=
false
;
hci_hal_h4.c:356
hci_adv_flow_cmd_free_cb()
if
(
!
hci_hal_env
.
cmd_buf_in_use
)
{
hci_hal_h4.c:367
hci_adv_flow_try_send_command()
if
(
!
hci_hal_env
.
cmd_buf_in_use
)
{
hci_hal_h4.c:369
hci_adv_flow_try_send_command()
hci_hal_env
.
cmd_buf_in_use
=
true
;
hci_hal_h4.c:370
hci_adv_flow_try_send_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::cmd_buf_in_use
is written by 4 functions and is read by 1 function:
hci_hal_env_init()
hci_hal_env_deinit()
hci_adv_flow_cmd_free_cb()
hci_adv_flow_try_send_command()
All items filtered out
hci_hal_env_t::cmd_buf_in_use
hci_adv_flow_try_send_command()
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