ESP-IDF
event_to_data_type()
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
event_to_data_type()
event_to_data_type() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.c:100
static
serial_data_type_t
event_to_data_type
(
uint16_t
event
)
;
Implemented in
hci_layer.c:548
Arguments
Argument
event
Examples
References
from
examples
Code
Location
Referrer
static
serial_data_type_t
event_to_data_type
(
uint16_t
event
)
hci_layer.c:548
static
serial_data_type_t
event_to_data_type
(
uint16_t
event
)
;
hci_layer.c:100
serial_data_type_t
type
=
event_to_data_type
(
event
)
;
hci_layer.c:353
transmit_fragment()
Call Tree
from
examples
event_to_data_type()
is called by 1 function and calls 2 functions:
transmit_fragment()
All items filtered out
event_to_data_type()
esp_log_timestamp()
esp_log_write()
All items filtered out
Data Use
from
examples
event_to_data_type()
reads 4 variables:
esp_log_level_t::ESP_LOG_ERROR
serial_data_type_t::DATA_TYPE_COMMAND
serial_data_type_t::DATA_TYPE_ACL
serial_data_type_t::DATA_TYPE_SCO
All items filtered out
event_to_data_type()
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