ESP-IDF
hci_hal_env_t::callbacks
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
hci_hal_env_t::callbacks
hci_hal_env_t::callbacks field
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:83
hci_hal_callbacks_t
*
callbacks
;
Examples
References
from
examples
Code
Location
Referrer
hci_hal_callbacks_t
*
callbacks
;
hci_hal_h4.c:83
hci_hal_env
.
callbacks
=
(
hci_hal_callbacks_t
*
)
upper_callbacks
;
hci_hal_h4.c:111
hci_hal_env_init()
hci_hal_env
.
callbacks
->
packet_ready
(
packet
)
;
hci_hal_h4.c:476
hci_hal_h4_hdl_rx_packet()
hci_hal_env
.
callbacks
->
adv_rpt_ready
(
linked_pkt
)
;
hci_hal_h4.c:522
hci_hal_h4_hdl_rx_adv_rpt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hci_hal_env_t::callbacks
is written by 1 function and is read by 2 functions:
hci_hal_env_init()
All items filtered out
hci_hal_env_t::callbacks
hci_hal_h4_hdl_rx_packet()
hci_hal_h4_hdl_rx_adv_rpt()
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