ESP-IDF
ble_hs_hci_rx_evt()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
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_hci_rx_evt()
ble_hs_hci_rx_evt() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_priv.h:111
int
ble_hs_hci_rx_evt
(
uint8_t
*
hci_ev
,
void
*
arg
)
;
Implemented in
ble_hs_hci.c:637
Arguments
Argument
hci_ev
arg
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_rx_evt
(
uint8_t
*
hci_ev
,
void
*
arg
)
ble_hs_hci.c:638
int
ble_hs_hci_rx_evt
(
uint8_t
*
hci_ev
,
void
*
arg
)
;
ble_hs_priv.h:111
return
ble_hs_hci_rx_evt
(
buf
,
NULL
)
;
ble_hs.c:876
ble_transport_to_hs_evt_impl()
Call Tree
from
examples
ble_hs_hci_rx_evt()
is called by 1 function and calls 2 functions:
ble_transport_to_hs_evt_impl()
All items filtered out
ble_hs_hci_rx_evt()
ble_hs_enqueue_hci_event()
ble_hs_hci_rx_ack()
All items filtered out
Data Use
from
examples
ble_hs_hci_rx_evt()
reads 4 variables:
ble_hci_ev::opcode
ble_hci_ev::data
ble_hci_ev_command_complete::opcode
ble_hci_ev_command_status::opcode
All items filtered out
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