ESP-IDF
hci_adv_flow_cmd_free_cb()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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_adv_flow_cmd_free_cb()
hci_adv_flow_cmd_free_cb() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_hal_h4.c:102
static
void
hci_adv_flow_cmd_free_cb
(
pkt_linked_item_t
*
linked_pkt
)
;
Implemented in
hci_hal_h4.c:353
Arguments
Argument
linked_pkt
Related Functions
Found 6 other functions taking a
pkt_linked_item
argument:
Function
pkt_queue_enqueue()
fixed_pkt_queue_enqueue()
btm_ble_adv_pkt_post()
hci_hal_h4_hdl_rx_adv_rpt()
dispatch_adv_report()
hal_says_adv_rpt_ready()
Examples
References
from
examples
Code
Location
Referrer
static
void
hci_adv_flow_cmd_free_cb
(
pkt_linked_item_t
*
linked_pkt
)
hci_hal_h4.c:353
static
void
hci_adv_flow_cmd_free_cb
(
pkt_linked_item_t
*
linked_pkt
)
;
hci_hal_h4.c:102
metadata
->
command_free_cb
=
hci_adv_flow_cmd_free_cb
;
hci_hal_h4.c:379
hci_adv_flow_try_send_command()
Call Tree
from
examples
hci_adv_flow_cmd_free_cb()
calls 3 functions:
All items filtered out
hci_adv_flow_cmd_free_cb()
osi_mutex_lock()
osi_mutex_unlock()
hci_adv_credits_try_release()
All items filtered out
Data Use
from
examples
hci_adv_flow_cmd_free_cb()
reads 1 variable and writes 2 variables:
hci_hal_env
All items filtered out
hci_adv_flow_cmd_free_cb()
hci_adv_flow_try_send_command()
hci_hal_env_t::cmd_buf_in_use
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
hci_adv_flow_cmd_free_cb()
is implemented by 1 functions:
All items filtered out
hci_adv_flow_cmd_free_cb()
hci_cmd_metadata_t::command_free_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out