ESP-IDF
ble_hci_ev::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::opcode
ble_hci_ev::opcode field
Syntax
Show:
Summary
Declaration
from
hci_common.h:49
uint8_t
opcode
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
opcode
;
hci_common.h:49
switch
(
ble_hs_hci_ack
->
opcode
)
{
ble_hs_hci.c:453
ble_hs_hci_process_ack()
switch
(
ev
->
opcode
)
{
ble_hs_hci.c:656
ble_hs_hci_rx_evt()
if
(
ev
->
opcode
==
BLE_HCI_EVCODE_COMMAND_COMPLETE
)
{
ble_hs_hci_evt.c:1315
ble_hs_hci_evt_process()
entry
=
ble_hs_hci_evt_dispatch_find
(
ev
->
opcode
)
;
ble_hs_hci_evt.c:1321
ble_hs_hci_evt_process()
if
(
ev
->
opcode
!=
0x13
)
{
ble_hs_hci_evt.c:1330
ble_hs_hci_evt_process()
BLE_HS_LOG
(
DEBUG
,
"ble_hs_event_rx_hci_ev; opcode=0x%x "
,
ev
->
opcode
)
;
ble_hs_hci_evt.c:1331
ble_hs_hci_evt_process()
if
(
ev
->
opcode
==
0x3e
)
{
ble_hs_hci_evt.c:1334
ble_hs_hci_evt_process()
rc
=
entry
->
cb
(
ev
->
opcode
,
ev
->
data
,
ev
->
length
)
;
ble_hs_hci_evt.c:1341
ble_hs_hci_evt_process()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_hci_ev::opcode
is read by 3 functions:
All items filtered out
ble_hci_ev::opcode
ble_hs_hci_evt_process()
ble_hs_hci_process_ack()
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