ESP-IDF
hci_cmd_metadata_t::opcode
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_cmd_metadata_t::opcode
hci_cmd_metadata_t::opcode field
Syntax
Show:
Summary
Declaration
from
hcimsgs.h:40
uint16_t
opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
opcode
;
hcimsgs.h:40
metadata
->
opcode
=
opcode
;
btu_hcif.c:459
btu_hcif_send_cmd()
metadata
->
opcode
=
opcode
;
btu_hcif.c:508
btu_hcif_send_cmd_sync()
assert
(
metadata
->
opcode
==
opcode
)
;
btu_hcif.c:1462
btu_hcif_command_status_evt_on_task()
HCI_TRACE_DEBUG
(
"HCI Enqueue Command opcode=0x%x\n"
,
metadata
->
opcode
)
;
hci_layer.c:270
transmit_command()
HCI_TRACE_ERROR
(
"%s hci layer timeout waiting for response to a command. opcode: 0x%x"
,
__func__
,
metadata
->
opcode
)
;
hci_layer.c:415
command_timed_out()
if
(
metadata
->
opcode
==
opcode
)
{
hci_layer.c:574
get_waiting_command()
metadata
->
opcode
=
opcode
;
hci_packet_factory.c:238
make_command()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_cmd_metadata_t::opcode
is written by 3 functions and is read by 4 functions:
make_command()
btu_hcif_send_cmd()
btu_hcif_send_cmd_sync()
All items filtered out
hci_cmd_metadata_t::opcode
transmit_command()
command_timed_out()
get_waiting_command()
btu_hcif_command_status_evt_on_task()
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