ESP-IDF
ble_hci_ev_command_complete::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
ble_hci_ev_command_complete::opcode
ble_hci_ev_command_complete::opcode field
Syntax
Show:
Summary
Declaration
from
hci_common.h:1679
uint16_t
opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
opcode
;
hci_common.h:1679
opcode
=
le16toh
(
ev
->
opcode
)
;
ble_hs_hci.c:400
ble_hs_hci_rx_cmd_complete()
enqueue
=
(
cmd_complete
->
opcode
==
BLE_HCI_OPCODE_NOP
)
;
ble_hs_hci.c:658
ble_hs_hci_rx_evt()
switch
(
cmd_complete
->
opcode
)
{
ble_hs_hci.c:661
ble_hs_hci_rx_evt()
entry
=
ble_hs_hci_evt_dispatch_find
(
cmd_complete
->
opcode
)
;
ble_hs_hci_evt.c:1318
ble_hs_hci_evt_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hci_ev_command_complete::opcode
is read by 3 functions:
All items filtered out
ble_hci_ev_command_complete::opcode
ble_hs_hci_evt_process()
ble_hs_hci_rx_cmd_complete()
ble_hs_hci_rx_evt()
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