ESP-IDF
hci_cmd_metadata_t::command_free_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_cmd_metadata_t::command_free_cb
hci_cmd_metadata_t::command_free_cb field
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:45
hci_cmd_free_cb
command_free_cb
;
Examples
References
from
examples
Code
Location
Referrer
hci_cmd_free_cb
command_free_cb
;
hcimsgs.h:45
metadata
->
command_free_cb
=
NULL
;
btu_hcif.c:507
btu_hcif_send_cmd_sync()
metadata
->
command_free_cb
=
hci_adv_flow_cmd_free_cb
;
hci_hal_h4.c:379
hci_adv_flow_try_send_command()
hci_cmd_free_cb
free_func
=
metadata
->
command_free_cb
?
metadata
->
command_free_cb
:
(
hci_cmd_free_cb
)
osi_free_func
;
hci_layer.c:325
event_command_ready()
hci_cmd_free_cb
free_func
=
metadata
->
command_free_cb
?
metadata
->
command_free_cb
:
(
hci_cmd_free_cb
)
osi_free_func
;
hci_layer.c:514
filter_incoming_event()
assert
(
metadata
->
command_free_cb
!=
NULL
)
;
hciblecmds.c:1047
btsnd_hcic_ble_update_adv_report_flow_control()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_cmd_metadata_t::command_free_cb
is written by 2 functions and is read by 3 functions:
hci_adv_flow_try_send_command()
btu_hcif_send_cmd_sync()
All items filtered out
hci_cmd_metadata_t::command_free_cb
event_command_ready()
filter_incoming_event()
btsnd_hcic_ble_update_adv_report_flow_control()
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_cmd_metadata_t::command_free_cb
implements 1 functions:
hci_adv_flow_cmd_free_cb()
All items filtered out
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