ESP-IDF
ble_hs_enqueue_hci_event()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_enqueue_hci_event()
ble_hs_enqueue_hci_event() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:108
void
ble_hs_enqueue_hci_event
(
uint8_t
*
hci_evt
)
;
Implemented in
ble_hs.c:600
Arguments
Argument
hci_evt
Examples
References
from
examples
Code
Location
Referrer
ble_hs_enqueue_hci_event
(
uint8_t
*
hci_evt
)
ble_hs.c:601
void
ble_hs_enqueue_hci_event
(
uint8_t
*
hci_evt
)
;
ble_hs_priv.h:108
ble_hs_enqueue_hci_event
(
hci_ev
)
;
ble_hs_hci.c:680
ble_hs_hci_rx_evt()
Call Tree
from
examples
ble_hs_enqueue_hci_event()
is called by 1 function and calls 4 functions:
ble_hs_hci_rx_evt()
All items filtered out
ble_hs_enqueue_hci_event()
ble_npl_eventq_put()
ble_npl_event_init()
os_memblock_get()
ble_transport_free()
All items filtered out
Data Use
from
examples
ble_hs_enqueue_hci_event()
reads 3 variables:
ble_npl_eventq::eventq
ble_hs_evq
ble_hs_event_rx_hci_ev()
All items filtered out
ble_hs_enqueue_hci_event()
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