ESP-IDF
hci_cmd_metadata_t::command_status_cb
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_status_cb
hci_cmd_metadata_t::command_status_cb field
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:42
hci_cmd_stat_cb
command_status_cb
;
Examples
References
from
examples
Code
Location
Referrer
hci_cmd_stat_cb
command_status_cb
;
hcimsgs.h:42
metadata
->
command_status_cb
=
btu_hcif_command_status_evt
;
btu_hcif.c:458
btu_hcif_send_cmd()
metadata
->
command_status_cb
=
btu_hcif_command_status_evt
;
btu_hcif.c:506
btu_hcif_send_cmd_sync()
}
else
if
(
metadata
->
command_status_cb
)
{
hci_layer.c:488
filter_incoming_event()
metadata
->
command_status_cb
(
status
,
&
metadata
->
command
,
metadata
->
context
)
;
hci_layer.c:489
filter_incoming_event()
if
(
event_code
==
HCI_COMMAND_COMPLETE_EVT
||
!
metadata
->
command_status_cb
)
{
hci_layer.c:513
filter_incoming_event()
Call Tree
from
examples
hci_cmd_metadata_t::command_status_cb
is called by 1 function:
filter_incoming_event()
All items filtered out
hci_cmd_metadata_t::command_status_cb
All items filtered out
Data Use
from
examples
hci_cmd_metadata_t::command_status_cb
is written by 2 functions and is read by 1 function:
btu_hcif_send_cmd()
btu_hcif_send_cmd_sync()
All items filtered out
hci_cmd_metadata_t::command_status_cb
filter_incoming_event()
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_status_cb
implements 1 functions:
btu_hcif_command_status_evt()
All items filtered out
hci_cmd_metadata_t::command_status_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out