ESP-IDF
outbound_event_types
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
outbound_event_types
outbound_event_types variable
Syntax
Show:
Summary
Declaration
from
hci_hal_h4.c:65
static
const
uint16_t
outbound_event_types
[
]
=
{
MSG_HC_TO_STACK_HCI_ERR
,
MSG_HC_TO_STACK_HCI_ACL
,
MSG_HC_TO_STACK_HCI_SCO
,
MSG_HC_TO_STACK_HCI_EVT
}
;
Examples
References
from
examples
Code
Location
Referrer
static
const
uint16_t
outbound_event_types
[
]
=
{
hci_hal_h4.c:65
packet
->
event
=
outbound_event_types
[
PACKET_TYPE_TO_INDEX
(
type
)
]
;
hci_hal_h4.c:475
hci_hal_h4_hdl_rx_packet()
packet
->
event
=
outbound_event_types
[
PACKET_TYPE_TO_INDEX
(
type
)
]
;
hci_hal_h4.c:521
hci_hal_h4_hdl_rx_adv_rpt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
outbound_event_types
is read by 2 functions:
All items filtered out
outbound_event_types
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