ESP-IDF
hci_downstream_data_post()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (4/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
hci_downstream_data_post()
hci_downstream_data_post() function
Syntax
Show:
Summary
Declaration
Definition
from
hci_layer.h:105
bool
hci_downstream_data_post
(
uint32_t
timeout
)
;
Implemented in
hci_layer.c:145
Arguments
Argument
timeout
Examples
References
from
examples
Code
Location
Referrer
bool
hci_downstream_data_post
(
uint32_t
timeout
)
hci_layer.c:145
bool
hci_downstream_data_post
(
uint32_t
timeout
)
;
hci_layer.h:105
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_hal_h4.c:537
host_send_pkt_available_cb()
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:274
transmit_command()
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:295
transmit_command_futured()
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:308
transmit_downward()
hci_downstream_data_post
(
OSI_THREAD_MAX_TIMEOUT
)
;
hci_layer.c:502
filter_incoming_event()
Call Tree
from
examples
hci_downstream_data_post()
is called by 5 functions and calls 3 functions:
transmit_command()
transmit_command_futured()
transmit_downward()
filter_incoming_event()
host_send_pkt_available_cb()
All items filtered out
hci_downstream_data_post()
esp_log_timestamp()
esp_log_write()
osi_thread_post_event()
All items filtered out
Data Use
from
examples
hci_downstream_data_post()
reads 3 variables:
esp_log_level_t::ESP_LOG_WARN
hci_host_env_t::downstream_data_ready
hci_host_env
All items filtered out
hci_downstream_data_post()
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