ESP-IDF
command_opcode_t
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
command_opcode_t
command_opcode_t
Syntax
Show:
Summary
Declaration
from
hci_layer.h:65
typedef
uint16_t
command_opcode_t
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
uint16_t
command_opcode_t
;
hci_layer.h:65
command_opcode_t
opcode
;
btu_hcif.c:1176
btu_hcif_command_complete_evt_on_task()
command_opcode_t
opcode
;
btu_hcif.c:1193
btu_hcif_command_complete_evt()
command_opcode_t
opcode
;
btu_hcif.c:1450
btu_hcif_command_status_evt_on_task()
static
pkt_linked_item_t
*
get_waiting_command
(
command_opcode_t
opcode
)
;
hci_layer.c:101
get_waiting_command()
get_waiting_command()::opcode
command_opcode_t
opcode
;
hci_layer.c:444
filter_incoming_event()
static
pkt_linked_item_t
*
get_waiting_command
(
command_opcode_t
opcode
)
hci_layer.c:563
get_waiting_command()
get_waiting_command()::opcode
static
const
command_opcode_t
NO_OPCODE_CHECKING
=
0
;
hci_packet_parser.c:26
NO_OPCODE_CHECKING
command_opcode_t
expected_opcode
,
hci_packet_parser.c:30
read_command_complete_header()
read_command_complete_header()::expected_opcode
command_opcode_t
expected_opcode
,
hci_packet_parser.c:231
read_command_complete_header()
read_command_complete_header()::expected_opcode
command_opcode_t
opcode
__attribute__
(
(
unused
)
)
;
hci_packet_parser.c:250
read_command_complete_header()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
get_waiting_command()::opcode
get_waiting_command()
hci_layer.c:101
get_waiting_command()::opcode
get_waiting_command()
hci_layer.c:563
NO_OPCODE_CHECKING
hci_packet_parser.c:26
read_command_complete_header()::expected_opcode
read_command_complete_header()
hci_packet_parser.c:30
read_command_complete_header()::expected_opcode
read_command_complete_header()
hci_packet_parser.c:231
Lifecycle
from
examples
All items filtered out
All items filtered out