ESP-IDF
ble_hci_ev::data
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::data
ble_hci_ev::data field
Syntax
Show:
Summary
Declaration
from
hci_common.h:51
uint8_t
data
[
0
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
data
[
0
]
;
hci_common.h:51
rc
=
ble_hs_hci_rx_cmd_complete
(
ble_hs_hci_ack
->
data
,
ble_hs_hci.c:455
ble_hs_hci_process_ack()
rc
=
ble_hs_hci_rx_cmd_status
(
ble_hs_hci_ack
->
data
,
ble_hs_hci.c:460
ble_hs_hci_process_ack()
struct
ble_hci_ev_command_complete
*
cmd_complete
=
(
void
*
)
ev
->
data
;
ble_hs_hci.c:641
ble_hs_hci_rx_evt()
struct
ble_hci_ev_command_status
*
cmd_status
=
(
void
*
)
ev
->
data
;
ble_hs_hci.c:642
ble_hs_hci_rx_evt()
struct
ble_hci_ev_command_complete
*
cmd_complete
=
(
void
*
)
ev
->
data
;
ble_hs_hci_evt.c:1317
ble_hs_hci_evt_process()
BLE_HS_LOG
(
DEBUG
,
"subevent: 0x%x"
,
ev
->
data
[
0
]
)
;
ble_hs_hci_evt.c:1335
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::data
is read by 3 functions:
All items filtered out
ble_hci_ev::data
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