ESP-IDF
hci_hal_env_t::adv_fc_cmd_buf
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_fc_cmd_buf
hci_hal_env_t::adv_fc_cmd_buf field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:80
pkt_linked_item_t
*
adv_fc_cmd_buf
;
Examples
References
from
examples
Code
Location
Referrer
pkt_linked_item_t
*
adv_fc_cmd_buf
;
hci_hal_h4.c:80
hci_hal_env
.
adv_fc_cmd_buf
=
osi_calloc
(
HCI_CMD_LINKED_BUF_SIZE
(
HCIC_PARAM_SIZE_BLE_UPDATE_ADV_FLOW_CONTROL
)
)
;
hci_hal_h4.c:114
hci_hal_env_init()
assert
(
hci_hal_env
.
adv_fc_cmd_buf
!=
NULL
)
;
hci_hal_h4.c:115
hci_hal_env_init()
osi_free
(
hci_hal_env
.
adv_fc_cmd_buf
)
;
hci_hal_h4.c:162
hci_hal_env_deinit()
hci_hal_env
.
adv_fc_cmd_buf
=
NULL
;
hci_hal_h4.c:163
hci_hal_env_deinit()
hci_cmd_metadata_t
*
metadata
=
(
hci_cmd_metadata_t
*
)
(
hci_hal_env
.
adv_fc_cmd_buf
->
data
)
;
hci_hal_h4.c:377
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::adv_fc_cmd_buf
is written by 2 functions and is read by 3 functions:
hci_hal_env_init()
hci_hal_env_deinit()
All items filtered out
hci_hal_env_t::adv_fc_cmd_buf
hci_hal_env_init()
hci_hal_env_deinit()
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